Esempio n. 1
0
 public Prestador GetPorGuid(Guid guid)
 {
     return(_prestadorService.GetPorGuid(guid));
 }