示例#1
0
 public bool Delete(params string[] entityIds)
 {
     return(idal.Delete(entityIds));
 }
示例#2
0
 public bool Delete(PayType model)
 {
     return(_payTypeDAL.Delete(model) > 0);
 }