示例#1
0
 public bool DeletePurchaseInfo(int id)
 {
     return(purchaseRepository.DeletePurchaseInfo(id));
 }