Method | Description | |
---|---|---|
Add ( |
||
Delete ( |
||
DeleteById ( int id ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : StateTemplate | ||
GetAll ( ) : List |
||
StateTemplateService ( IUnitOfWork unitOfWork ) : System | ||
Update ( StateTemplate item ) : bool |
public Add ( |
||
item | ||
return | bool |
public Delete ( |
||
item | ||
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public StateTemplateService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |