Exemple #1
0
 public async Task <IEnumerable <Company> > GetCompaniesAsync()
 {
     return(await _masterDataRepository.GetCompaniesAsync());
 }