Method | Description | |
---|---|---|
AddNeedAssessmentHeader ( |
||
DeleteById ( int id ) : bool | ||
DeleteNeedAssessmentHeader ( |
||
Dispose ( ) : void | ||
EditNeedAssessmentHeader ( |
||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
Get ( bool>.Expression |
||
GetAllNeedAssessmentHeader ( ) : List |
||
GetRegionPrimeryId ( int regionId, int season ) : int | ||
GetUserProfileId ( string userName ) : int | ||
GetUserProfileName ( int userProfileId ) : string | ||
GetUsers ( ) : List |
||
GetZonePrimeryId ( int zoneId, int regionId ) : int | ||
NeedAssessmentHeaderService ( IUnitOfWork unitOfWork ) : System |
public AddNeedAssessmentHeader ( |
||
needAssessmentHeader | ||
return | bool |
public DeleteNeedAssessmentHeader ( |
||
needAssessmentHeader | ||
return | bool |
public EditNeedAssessmentHeader ( |
||
needAssessmentHeader | ||
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 |
public GetRegionPrimeryId ( int regionId, int season ) : int | ||
regionId | int | |
season | int | |
return | int |
public GetUserProfileId ( string userName ) : int | ||
userName | string | |
return | int |
public GetUserProfileName ( int userProfileId ) : string | ||
userProfileId | int | |
return | string |
public GetZonePrimeryId ( int zoneId, int regionId ) : int | ||
zoneId | int | |
regionId | int | |
return | int |
public NeedAssessmentHeaderService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |