예제 #1
0
 /// <summary>
 /// Load tariff type, based on search filters
 /// </summary>
 /// <param name="hireGroupSearchRequest"></param>
 /// <returns></returns>
 public HireGroupSearchResponse LoadHireGroups(HireGroupSearchRequest hireGroupSearchRequest)
 {
     return(hireGroupRepository.GetHireGroups(hireGroupSearchRequest));
 }