Method | Description | |
---|---|---|
Add ( CustomerViewModel customerVM ) : CustomerViewModel | ||
CustomerService ( ICustomerRepository customerRepository, IViaCEPService viaCEPService, IDomainNotification domainNotification, IUnitOfWork unitOfWork, IMapper mapper ) : AutoMapper | ||
GetAddressByIdAsync ( CustomerIdViewModel customerVM ) : Task |
||
GetAddressByNameAsync ( CustomerNameViewModel customerVM ) : Task |
||
GetAllAsync ( ) : Task |
||
GetByIdAsync ( CustomerIdViewModel customerVM ) : Task |
||
Remove ( CustomerViewModel customerVM ) : void | ||
Update ( CustomerViewModel customerVM ) : void |
public Add ( CustomerViewModel customerVM ) : CustomerViewModel | ||
customerVM | CustomerViewModel | |
return | CustomerViewModel |
public CustomerService ( ICustomerRepository customerRepository, IViaCEPService viaCEPService, IDomainNotification domainNotification, IUnitOfWork unitOfWork, IMapper mapper ) : AutoMapper | ||
customerRepository | ICustomerRepository | |
viaCEPService | IViaCEPService | |
domainNotification | IDomainNotification | |
unitOfWork | IUnitOfWork | |
mapper | IMapper | |
return | AutoMapper |
public GetAddressByIdAsync ( CustomerIdViewModel customerVM ) : Task |
||
customerVM | CustomerIdViewModel | |
return | Task |
public GetAddressByNameAsync ( CustomerNameViewModel customerVM ) : Task |
||
customerVM | CustomerNameViewModel | |
return | Task |
public GetByIdAsync ( CustomerIdViewModel customerVM ) : Task |
||
customerVM | CustomerIdViewModel | |
return | Task |
public Remove ( CustomerViewModel customerVM ) : void | ||
customerVM | CustomerViewModel | |
return | void |
public Update ( CustomerViewModel customerVM ) : void | ||
customerVM | CustomerViewModel | |
return | void |