Пример #1
0
 //Insertar
 public int InsertarArea(string NombreArea)
 {
     DatoArea datArea = new DatoArea();
     return datArea.InsertarArea(NombreArea);
 }