mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
queue + local sqlite WIP
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user