Ejemplo n.º 1
0
 public bool Insert(Categoria t)
 {
     return(repositorioCategoria.Insert(t));
 }