Ejemplo n.º 1
0
 public string ChangeStatus(LeaveStatusModel status)
 {
     using (ILeaveHelper helper = new LeaveHelper())
     {
         return(helper.ChangeStatus(status));
     }
 }