示例#1
0
 public string executeTransaction(string transactionID)
 {
     return(_adminBLL.executeTransaction(Int32.Parse(transactionID)));
 }