public List <Market> GetAll()
 {
     return(accessDal.GetAll());
 }
예제 #2
0
 public List <Customer> GetAll()
 {
     return(accessDal.GetAll());
 }
예제 #3
0
 public List <Product> GetAll()
 {
     return(accessDal.GetAll());
 }