예제 #1
0
 public static DataSet GetLeaveList(string where)
 {
     return(LeaveDAL.GetLeaveList(where));
 }
예제 #2
0
 public static DataSet GetLeaveByID(string id)
 {
     return(LeaveDAL.GetLeaveList("ID=" + id));
 }