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