예제 #1
0
 public int DeleteFestivalPhoto(string PhotoID)
 {
     int a;
     GeneralDAL lp = new GeneralDAL();
     a = lp.DeleteFestivalPhoto(PhotoID);
     return a;
 }