Beispiel #1
0
 public BERepository(BotEducatorContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public BERepository()
 {
     _context = new BotEducatorContext();
 }