Beispiel #1
0
 public bool Delete(LeaveHistorycs entity)
 {
     _db.LeaveHistorycs.Remove(entity);
     return(Save());
 }
Beispiel #2
0
 public bool Update(LeaveHistorycs entity)
 {
     _db.LeaveHistorycs.Update(entity);
     return(Save());
 }
Beispiel #3
0
 public bool Create(LeaveHistorycs entity)
 {
     _db.LeaveHistorycs.Add(entity);
     return(Save());
 }