Exemplo n.º 1
0
 public async Task <IEnumerable <tblCompanies> > All_SP()
 {
     return(await _CompaniesService.GetAll_SP());
 }