public UserManager(ProjetSolutiosContext context) { this.solutiosContext = context; ProjectManager = new ProjectManager(context); }
public ProjectManager(ProjetSolutiosContext context) { solutiosContext = context; }