Ejemplo n.º 1
0
 public DTOProduct GetByID(int id)
 {
     return(mapperProduct.ToDTO(repProduct.GetByID(id)));
 }