public clsProjectActivityPlan(IProjectPlanRepository projectplanrepository, IProjectActivityPlanRepository projectactivityplanrepository, IActivitiesRepository activitiesrepository, ClsMail mail) { this.ProjectActivityPlanRepository = projectactivityplanrepository; this.ActivitiesRepository = activitiesrepository; this.ProjectPlanRepository = projectplanrepository; this.Mail = mail; }
public clsStrategyProposal(IStrategyProposalRepository strategyproposalRepository, IProjectRepository projectRepository, IGroupRepository groupRepository, ClsMail mail) { this.StrategyProposalRepository = strategyproposalRepository; this.ProjectRepository = projectRepository; this.GroupRepository = groupRepository; this.Mail = mail; }
public clsTeaser(ITeaserRepository teaserRepository, IProjectRepository projectRepository, IDirectorRepository directorRepository, IShareholderRepository shareholderRepository, IPromoterRepository promoterRepository, IGroupRepository groupRepository, ICompanyRepository companyRepository, ClsMail mail) { this.TeaserRepository = teaserRepository; this.ProjectRepository = projectRepository; this.ShareholderRepository = shareholderRepository; this.DirectorRepository = directorRepository; this.PromoterRepository = promoterRepository; this.GroupRepository = groupRepository; this.CompanyRepository = companyRepository; this.Mail = mail; }
public ClsProjectPlan(IProjectPlanRepository projectplanrepository, ClsMail mail) { this.ProjectPlanRepository = projectplanrepository; this.Mail = mail; }