public Functionality(Functionality parent, string code, string name, bool showInDashboard, params RightType[] types) : this(code, name, showInDashboard) { this.Parent = parent; this.RightTypes.AddRange(types); }
public Functionality(Functionality parent, string code, string name, bool showInDashboard) : this(code, name, showInDashboard) { this.Parent = parent; }