Esempio n. 1
0
 public bool AddCategoria(GS_Categorias categoria)
 {
     return(data.AddCategoria(categoria));
 }