예제 #1
0
 public ActionResult DeleteTransaction(int transactionId)
 {
     return(_buyerRepo.DeleteTransaction(transactionId));
 }