Method | Description | |
---|---|---|
AddHubAllocation ( |
||
AddHubAllocations ( IEnumerable |
||
DeleteById ( int id ) : bool | ||
DeleteHubAllocation ( |
||
Dispose ( ) : void | ||
EditHubAllocation ( |
||
FindBy ( bool>.Expression |
||
FindById ( int id ) : |
||
GetAllHubAllocation ( ) : List |
||
GetAllocatedHub ( int id ) : string | ||
GetAllocatedHubByRequisitionNo ( int requisitionNo ) : |
||
GetAllocatedHubId ( int id ) : int | ||
HubAllocationService ( |
public AddHubAllocation ( |
||
hubAllocation | ||
return | bool |
public AddHubAllocations ( IEnumerable |
||
allocations | IEnumerable |
|
userProfileId | int | |
return | void |
public DeleteHubAllocation ( |
||
hubAllocation | ||
return | bool |
public EditHubAllocation ( |
||
hubAllocation | ||
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public FindById ( int id ) : |
||
id | int | |
return |
public GetAllocatedHubByRequisitionNo ( int requisitionNo ) : |
||
requisitionNo | int | |
return |
public HubAllocationService ( |
||
unitOfWork | ||
return | System |