Ejemplo n.º 1
0
    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);
    }
Ejemplo n.º 2
0
 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;
 }