Ejemplo n.º 1
0
 public DataTable DisplayRoaster_BLL()
 {
     try
     {
         RoasterOperations pd = new RoasterOperations();
         return(pd.DisplayRoaster_DAL());
     }
     catch (EmployeeRosterException)
     {
         throw;
     }
 }
Ejemplo n.º 2
0
 public DataTable DisplayRoaster_BLL()
 {
     try
     {
         RoasterOperations pd = new RoasterOperations();
         return(pd.DisplayRoaster_DAL());
     }
     catch (EmployeeRosterException)
     {
         throw;
     }
     //DisplayRoaster_DAL  pd.CheckRosterDailyLog_DAL(roster);
 }