コード例 #1
0
 //create new dictionary
 public GenreType Create(GenreType sors)
 {
     return(_dictService.CreateGenreType(sors));
 }