Ejemplo n.º 1
0
 public static List <NhanVien> ShowAllNhanVien()
 {
     return(NhanVienRepository.ShowAllNhanVienFromDB());
 }