Beispiel #1
0
 public void UpdateCreativeName(int id, string newName)
 {
     CreativeService.UpdateCreativeName(id, newName);
 }