Пример #1
0
 public UserManager(ProjetSolutiosContext context)
 {
     this.solutiosContext = context;
     ProjectManager       = new ProjectManager(context);
 }
Пример #2
0
 public ProjectManager(ProjetSolutiosContext context)
 {
     solutiosContext = context;
 }