예제 #1
0
 //菜系查看
 public static List <logistics> Get()
 {
     return(logisticsDal.Get());
 }
예제 #2
0
 //地址获取
 public static List <AddressInfo> Get()
 {
     return(addrDal.Get());
 }
예제 #3
0
 //菜系查看
 public static List <Catagery> Get()
 {
     return(cataDal.Get());
 }
예제 #4
0
 //菜色查看
 public static List <DishInfo> Get()
 {
     return(dishDal.Get());
 }
예제 #5
0
 //获取评价信息
 public static List <EvaluateInfo> Get()
 {
     return(evaluateDal.Get());
 }
예제 #6
0
 //获取用户信息
 public static List <ClientInfo> Get()
 {
     return(clientDal.Get());
 }
예제 #7
0
 //订单查询
 public static List <OrderInfo> Get()
 {
     return(orderDal.Get());
 }
예제 #8
0
 //获取
 public static List <AdministratorInfo> Get()
 {
     return(adminDal.Get());
 }