示例#1
0
 //create new dictionary
 public CopyrightKind Create(CopyrightKind sors)
 {
     return(_dictService.CreateCopyrightKind(sors));
 }