Example #1
0
 public DataTable ShowLeave(string id)
 {
     return(dal.ShowLeave(id));
 }