Method | Description | |
---|---|---|
AddHRD ( |
||
AddHRD ( int year, int userID, int seasonID, int rationID, int planID ) : bool | ||
AddHRDFromAssessment ( |
||
DeleteById ( int id ) : bool | ||
DeleteHRD ( |
||
Dispose ( ) : void | ||
EditHRD ( |
||
FindBy ( bool>.System |
||
FindById ( int id ) : |
||
Get ( bool>.System |
||
GetAllHRD ( ) : List |
||
GetHRDDetailByHRDID ( int hrdID ) : IEnumerable |
||
GetHrds ( ) : IEnumerable |
||
GetPlan ( int id ) : |
||
GetPlans ( ) : List |
||
GetWoredaBeneficiaryNumber ( int hrdID, int woredaID ) : int | ||
HRDService ( IUnitOfWork unitOfWork ) : System | ||
PublishHrd ( int hrdId ) : void |
public AddHRD ( int year, int userID, int seasonID, int rationID, int planID ) : bool | ||
year | int | |
userID | int | |
seasonID | int | |
rationID | int | |
planID | int | |
return | bool |
public AddHRDFromAssessment ( |
||
hrd | ||
return | bool |
public FindBy ( bool>.System |
||
predicate | bool>.System | |
return | List |
public Get ( bool>.System |
||
filter | bool>.System | |
orderBy | Func |
|
includeProperties | string | |
return | IEnumerable |
public GetHRDDetailByHRDID ( int hrdID ) : IEnumerable |
||
hrdID | int | |
return | IEnumerable |
public GetWoredaBeneficiaryNumber ( int hrdID, int woredaID ) : int | ||
hrdID | int | |
woredaID | int | |
return | int |
public HRDService ( IUnitOfWork unitOfWork ) : System | ||
unitOfWork | IUnitOfWork | |
return | System |