Ejemplo n.º 1
0
 //create new dictionary
 public CreativeRoleType Create(CreativeRoleType sors)
 {
     return(_dictService.CreateCreativeRoleType(sors));
 }