예제 #1
0
 public Response <Articulo> ArticuloInsert(Articulo articulo)
 {
     return(articuloService.Insert(articulo));
 }