コード例 #1
0
 public string DeleteCarouselData(int carouselId)
 {
     return(_CarouselRepository.DeleteCarouselData(carouselId));
 }