fix
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using AutoMapper;
|
||||
/// <see cref="MyOffice.Data.Models.Accounts.Account"/>
|
||||
namespace MyOffice.Services.Account.Domain;
|
||||
|
||||
using AutoMapper;
|
||||
using MyOffice.Core;
|
||||
using MyOffice.Data.Models.Accounts;
|
||||
|
||||
namespace MyOffice.Services.Account.Domain;
|
||||
|
||||
public class AccountDetailedDto: IDataModelDto<AccountDetailed>
|
||||
{
|
||||
public AccountDto Account { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user