예제 #1
0
 public async Task <IEnumerable <CostType> > GetCostTypesAsync(string companyId)
 {
     return(await _masterDataRepository.GetCostTypesAsync(companyId));
 }