queue + local sqlite WIP

This commit is contained in:
Alex Bezdieniezhnykh
2024-12-17 18:46:33 +02:00
parent 626767469a
commit 5fa18aa514
47 changed files with 694 additions and 222 deletions
-7
View File
@@ -1,7 +0,0 @@
namespace Azaion.Common.DTO;
public class ApiCredentials(string email, string password) : EventArgs
{
public string Email { get; set; } = email;
public string Password { get; set; } = password;
}