Ejemplo n.º 1
0
 public CostumerModel Get(string id)
 {
     return(service.GetById(id));
 }