Esempio n. 1
0
 public void Add(SACG_BLL.Animal a)
 {
     try
     {
         AnimalMapper mapper = new AnimalMapper(a);
         mapper.Insertar();
         mapper = null;
     }
     catch (Exception)
     {
         throw;
     }
 }
Esempio n. 2
0
 public void Delete(SACG_BLL.Animal a)
 {
     throw new NotImplementedException();
 }