Example #1
0
 public SubscriptionRepository(LittleFlowerBotContext littleFlowerBotContext)
 {
     _littleFlowerBotContext = littleFlowerBotContext;
 }
Example #2
0
 public BoardGameResultsRepository(LittleFlowerBotContext littleFlowerBotContext)
 {
     _littleFlowerBotContext = littleFlowerBotContext;
 }
 public SubscriptionsController(LittleFlowerBotContext context)
 {
     _context = context;
 }