public UserRepository(MyTrelloContext dbContext) : base(dbContext)
 {
 }
Beispiel #2
0
 public TaskRepository(MyTrelloContext dbContext) : base(dbContext)
 {
 }
Beispiel #3
0
 public ChannelRepository(MyTrelloContext dbContext) : base(dbContext)
 {
 }
 public UnitOfWork()
 {
     _dbContext = new MyTrelloContext();
 }
Beispiel #5
0
 public ChatMessageRepository(MyTrelloContext dbContext) : base(dbContext)
 {
 }