public int InsertFestivalPhoto(string FestivalID, string FileName, string Description, string Title) { int a; GeneralDAL lp = new GeneralDAL(); a = lp.InsertFestivalPhoto(FestivalID, FileName, Description, Title); return(a); }
public int InsertFestivalPhoto(string FestivalID, string FileName, string Description, string Title) { int a; GeneralDAL lp = new GeneralDAL(); a = lp.InsertFestivalPhoto(FestivalID, FileName, Description, Title); return a; }