This commit is contained in:
2023-07-28 21:18:18 +03:00
parent 5ecefe5756
commit 90f0386bfe
53 changed files with 3067 additions and 267 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ public class UserDto
public string? FullName { get; set; }
public string? Phone { get; set; }
public string CurrencyId { get; set; }
public string CurrencyId { get; set; } = null!;
public CurrencyGlobal? Currency { get; set; }
}