Пример #1
0
 public Response <Articulo> ArticuloGetById(int id)
 {
     return(articuloService.GetById(id));
 }