Exemplo n.º 1
0
 public string DeleteCarouselData(int carouselId)
 {
     return(_CarouselRepository.DeleteCarouselData(carouselId));
 }