Exemplo n.º 1
0
 public async Task <Core.Models.Company> GetBy(Guid id)
 {
     return(await _company.GetBy(id));
 }