Exemplo n.º 1
0
 public JokesRepo(RepoFactory factory) : base(factory)
 {
 }
 public BaseRepository(RepoFactory repoFactory)
 {
     this._RepoFactory = repoFactory;
     _context          = repoFactory._context;
 }