fix gititnore, add ico

This commit is contained in:
Alex Bezdieniezhnykh
2024-11-23 12:45:09 +02:00
parent 3b40bd601e
commit c80bb52fb9
7 changed files with 12 additions and 12 deletions
+6
View File
@@ -0,0 +1,6 @@
namespace Azaion.Common.DTO;
public class LoginResponse
{
public string Token { get; set; } = null!;
}