Example #1
0
 public void ChangeWithTransaction(string arrId, string state)
 {
     dal.ChangeWithTransaction(arrId, state);
 }