Example #1
0
 public bool Delete(int?id)
 {
     return(objIngresoRepository.Delete(id));
 }
Example #2
0
 public bool Delete(int id)
 {
     return(ingresorepository.Delete(id));
 }
Example #3
0
 public void Delete(int id)
 {
     IRep.Delete(id);
 }