fix
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user