Exemple #1
0
 public bool Destroy(object ShiftID)
 {
     return(Shift.Destroy(ShiftID) == 1);
 }
Exemple #2
0
 public bool Delete(object ShiftID)
 {
     return(Shift.Delete(ShiftID) == 1);
 }