Ejemplo n.º 1
0
 public static DataSet GetLeaveList(string where)
 {
     return(LeaveDAL.GetLeaveList(where));
 }
Ejemplo n.º 2
0
 public static DataSet GetLeaveByID(string id)
 {
     return(LeaveDAL.GetLeaveList("ID=" + id));
 }