Exemple #1
0
 public AssigneeRepository(CsharpTodoDb context)
 {
     this.context = context;
 }
 public TodoRepository(CsharpTodoDb context)
 {
     this.context = context;
 }