Exemplo n.º 1
0
 public Repository(PhonebookDbContext context, IRepositoryUoW repositoryUoW) : base(context, repositoryUoW)
 {
 }
Exemplo n.º 2
0
 public BaseRepository(PhonebookDbContext context, IRepositoryUoW repositoryUoW)
 {
     Context = context;
     RepoUoW = repositoryUoW;
 }