Exemplo n.º 1
0
 public int addStaffList(List <Staff> staff)
 {
     return(staffDal.addStaffList(staff));
 }