private ServiceImplCategory ServiceImplCategory(ServiceImplCategoryName serviceImplCategoryName)
 {
     throw new NotImplementedException();
 }
 public ServiceImplCategory(ServiceImplCategoryName name, ServiceImplCategory parent = null)
 {
     this.CategoryName = name;
     this.ParentCategory = parent;
 }
示例#3
0
 private ServiceImplCategory ServiceImplCategory(ServiceImplCategoryName serviceImplCategoryName)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public ServiceImplCategory(ServiceImplCategoryName name, ServiceImplCategory parent = null)
 {
     this.CategoryName   = name;
     this.ParentCategory = parent;
 }