Method | Description | |
---|---|---|
AddContribution ( |
||
ContributionService ( IUnitOfWork unitOfWork ) : System | ||
DeleteById ( int id ) : bool | ||
DeleteContribution ( |
||
Dispose ( ) : void | ||
EditContribution ( |
||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
Get ( bool>.Expression |
||
GetAllContribution ( ) : List |
public AddContribution ( |
||
contribution | ||
return | bool |
public ContributionService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |
public DeleteContribution ( |
||
contribution | ||
return | bool |
public EditContribution ( |
||
contribution | ||
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public FindById ( int id ) : |
||
id | int | |
return |
public Get ( bool>.Expression |
||
filter | bool>.Expression | |
orderBy | Func |
|
includeProperties | string | |
return | IEnumerable |