Exemplo n.º 1
0
 public ContactRepository(InterviewTasksContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 protected RepositoryBase(InterviewTasksContext context)
 {
     this.Context = context;
 }