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