Example #1
0
 public Staff GetById(int id)
 {
     return(StaffDAL.GetById(id));
 }