示例#1
0
 public Notlar Delete(Notlar entity)
 {
     return(dal.Delete(entity));
 }
 public void Delete(Notlar entity)
 {
     dal.Delete(entity);
 }