예제 #1
0
 public bool Delete(Leave_ALlocation entity)
 {
     _db.Leave_ALlocations.Remove(entity);
     return(save());
 }
예제 #2
0
 public bool Update(Leave_ALlocation entity)
 {
     _db.Leave_ALlocations.Update(entity);
     return(save());
 }
예제 #3
0
 public bool create(Leave_ALlocation entity)
 {
     _db.Leave_ALlocations.Add(entity);
     return(save());
 }