Example #1
0
 public void CancelGroup(GroupDTO data, bool ISCANCEL)
 {
     service.CancelGroup(data, ISCANCEL);
 }