fix
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MyOffice.Services.Account.Domain;
|
||||
|
||||
public class AccountAccountCategoryDto
|
||||
{
|
||||
public Guid CategoryId { get; set; }
|
||||
public AccountCategoryDto? Category { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user