Beispiel #1
0
 public bool Destroy(object Id)
 {
     return(Voucher.Destroy(Id) == 1);
 }
Beispiel #2
0
 public bool Delete(object Id)
 {
     return(Voucher.Delete(Id) == 1);
 }