Example #1
0
 public int Comfirm(int id)
 {
     return(_purchaseContext.Comfirm(id));
 }