Ejemplo n.º 1
0
 public override void Execute()
 {
     try
     {
         DAOUnitManagement dao = new DAOUnitManagement();
         results = dao.GetTimesheetsByUnit(employee);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Ejemplo n.º 2
0
 public override void Execute()
 {
     try
     {
         DAOUnitManagement dao = new DAOUnitManagement();
         result = dao.GetOverseerUnit(ouToConsult);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }