public AccountRepository(TodoServiceContext context) { this.context = context; }
public UnitOfWork(TodoServiceContext context) { this.context = context; }
public TableRepository(TodoServiceContext context) { this.context = context; }