Exemplo n.º 1
0
 public Repository(SEBTaskDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 2
0
        public UnitOfWork(SEBTaskDbContext context)
        {
            this.context = context;

            this.repositories = new Dictionary <Type, object>();
        }