Exemplo n.º 1
0
 public bool Delete(Leave_ALlocation entity)
 {
     _db.Leave_ALlocations.Remove(entity);
     return(save());
 }
Exemplo n.º 2
0
 public bool Update(Leave_ALlocation entity)
 {
     _db.Leave_ALlocations.Update(entity);
     return(save());
 }
Exemplo n.º 3
0
 public bool create(Leave_ALlocation entity)
 {
     _db.Leave_ALlocations.Add(entity);
     return(save());
 }