public IEnumerable <MonHoc> GetAll() { return(monHocrepository.GetByWhere(s => true)); }
public IEnumerable <LopHocPhan> GetLopHocPhansByID(int id) { return(lopHocPhanrepository.GetByWhere(s => s.MonHocId == id)); }
public IEnumerable <GiangVien> GetAll() { return(giangVienrepository.GetByWhere(s => true)); }
public IEnumerable <KetQuaHocTap> GetAll() { return(ketquahoctaprepository.GetByWhere(s => true)); }
public IEnumerable <DiemDanh> GetAll() { return(diemdanhrepository.GetByWhere(s => true)); }
public IEnumerable <SinhVien> GetAll() { return(sinhVienRepository.GetByWhere(s => true)); }
public IEnumerable <HocKy> GetAll() { return(hocKyrepository.GetByWhere(s => true)); }
public IEnumerable <LopHocPhan> GetAll() { return(lopHocPhanrepository.GetByWhere(s => true)); }
public IEnumerable <KhoaHoc> GetAll() { return(khoaHocRepository.GetByWhere(s => true)); }