コード例 #1
0
 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());
 }