Esempio n. 1
0
    public int InsertLPPhoto(string LPID, string FileName, string Description, string Title)
    {
        int        a;
        GeneralDAL lp = new GeneralDAL();

        a = lp.InsertLPPhoto(LPID, FileName, Description, Title);
        return(a);
    }
Esempio n. 2
0
 public int InsertLPPhoto(string LPID, string FileName, string Description, string Title)
 {
     int a;
     GeneralDAL lp = new GeneralDAL();
     a = lp.InsertLPPhoto(LPID, FileName, Description, Title);
     return a;
 }