Ejemplo n.º 1
0
 public WorkspaceFeature(IWorkspaceFeature entity)
 {
     FeatureId = entity.FeatureId;
     Enabled   = entity.Enabled;
 }
Ejemplo n.º 2
0
 private WorkspaceFeature(IWorkspaceFeature entity)
 {
     FeatureId = entity.FeatureId;
     Enabled   = entity.Enabled;
 }