Beispiel #1
0
 public bool DeleteFacilityImage(string imagePath, int club_ID)
 {
     return(_clubRepos.DeleteFacilityImage(imagePath, club_ID));
 }