Ejemplo n.º 1
0
 public List <Staff> GetStaffMembers()
 {
     try
     {
         List <Staff> staff = staff_db.Db_Get_All_Staff();
         return(staff);
     }
     catch (Exception)
     {
         throw new Exception("Error occurs when attempting to connect to database.");
     }
 }