示例#1
0
 public int Guardar(SubCategoria model)
 {
     return(repositorio.Guardar(model));
 }