Method | Description | |
---|---|---|
CategoryApplicationService ( ICategoryRepository repository, IUnitOfWork unitOfWork ) : System | ||
Create ( |
||
Delete ( int id ) : |
||
Get ( int id ) : |
||
Get ( ) : List |
||
Get ( int skip, int take ) : List |
||
Update ( |
public CategoryApplicationService ( ICategoryRepository repository, IUnitOfWork unitOfWork ) : System | ||
repository | ICategoryRepository | |
unitOfWork | IUnitOfWork | |
return | System |
public Create ( |
||
command | ||
return |
public Delete ( int id ) : |
||
id | int | |
return |
public Get ( int id ) : |
||
id | int | |
return |
public Update ( |
||
command | ||
return |