Exemplo n.º 1
0
 public List <About> GetAll()
 {
     return(_context.GetAll());
 }
Exemplo n.º 2
0
 public List <About> GetAll()
 {
     return(_aboutDAL.GetAll());
 }