示例#1
0
 public PricingPuppyModelsController(LuckyPawContext context)
 {
     _context = context;
 }
示例#2
0
 public TrainersModelsController(LuckyPawContext context)
 {
     _context = context;
 }
 public TrainingServicesPriceModelsController(LuckyPawContext context)
 {
     _context = context;
 }
 public TrainingDogModelsController(LuckyPawContext context)
 {
     _context = context;
 }
示例#5
0
 public CartItemModelsController(LuckyPawContext context)
 {
     _context = context;
 }
示例#6
0
 public HomeController(LuckyPawContext context)
 {
     _context = context;
 }