Exemplo n.º 1
0
 public void DeleteCreativeById(int id, string userName)
 {
     CreativeService.DeleteCreativeById(id, userName);
 }