예제 #1
0
 public bool AddNewImages(int userId, List <FilePath> images)
 {
     return(businessRepo.AddNewImages(userId, images));
 }