Ejemplo n.º 1
0
 public List <Staff> GetStaffAll(string BU)
 {
     return(staffDal.GetStaffAll(BU));
 }