public IEnumerable <Category> GetAll()
 {
     return(af.GetAll());
 }
Ejemplo n.º 2
0
 public IEnumerable <PageBlock> GetAll()
 {
     return(af.GetAll());
 }
Ejemplo n.º 3
0
 public IEnumerable <Course> GetAll()
 {
     return(af.GetAll());
 }
Ejemplo n.º 4
0
 public IEnumerable <Instructor> GetAll()
 {
     return(af.GetAll());
 }