Ejemplo n.º 1
0
 public ProjectStartUpdateWorkflowFeature() : base(new List <Role> {
     Role.Normal, Role.SitkaAdmin, Role.Admin, Role.ProjectSteward
 })
 {
     _firmaFeatureWithContextImpl = new FirmaFeatureForProject(this);
     ActionFilter = _firmaFeatureWithContextImpl;
 }
 public ProjectAgreementEditFeature()
     : base(new List <Role> {
     Role.SitkaAdmin, Role.Admin, Role.ProjectSteward
 })
 {
     _firmaFeatureWithContextImpl = new FirmaFeatureForProject(this);
     ActionFilter = _firmaFeatureWithContextImpl;
 }