public Proposals()
 {
     _insendluEntities         = new InsendluEntities();
     _userService              = new UserService();
     _projectService           = new ProjectService();
     _documentGeneratorService = new DocumentGeneratorService();
 }
Exemple #2
0
 public EditProject()
 {
     _projectService           = new ProjectService();
     _insendluEntities         = new InsendluEntities();
     _documentGeneratorService = new DocumentGeneratorService();
 }