Method | Description | |
---|---|---|
AddContributionDetail ( Models contributionDetail ) : bool | ||
ContributionDetailService ( IUnitOfWork unitOfWork ) : System | ||
DeleteById ( int id ) : bool | ||
DeleteContributionDetail ( Models contributionDetail ) : bool | ||
Dispose ( ) : void | ||
EditContributionDetail ( Models contributionDetail ) : bool | ||
FindBy ( bool>.System |
||
FindById ( int id ) : Models.ContributionDetail | ||
Get ( bool>.System |
||
GetAllContributionDetail ( ) : List |
public AddContributionDetail ( Models contributionDetail ) : bool | ||
contributionDetail | Models | |
return | bool |
public ContributionDetailService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |
public DeleteContributionDetail ( Models contributionDetail ) : bool | ||
contributionDetail | Models | |
return | bool |
public EditContributionDetail ( Models contributionDetail ) : bool | ||
contributionDetail | Models | |
return | bool |
public FindBy ( bool>.System |
||
predicate | bool>.System | |
return | List |
public FindById ( int id ) : Models.ContributionDetail | ||
id | int | |
return | Models.ContributionDetail |
public Get ( bool>.System |
||
filter | bool>.System | |
orderBy | Func |
|
includeProperties | string | |
return | IEnumerable |