Пример #1
0
 public SubscriptionRepository(LittleFlowerBotContext littleFlowerBotContext)
 {
     _littleFlowerBotContext = littleFlowerBotContext;
 }
Пример #2
0
 public BoardGameResultsRepository(LittleFlowerBotContext littleFlowerBotContext)
 {
     _littleFlowerBotContext = littleFlowerBotContext;
 }
 public SubscriptionsController(LittleFlowerBotContext context)
 {
     _context = context;
 }