コード例 #1
0
ファイル: GeneralBAL.cs プロジェクト: poweranand/viskan
    public int InsertSpotPhoto(string SpotID, string FileName, string Description, string Title)
    {
        int        a;
        GeneralDAL lp = new GeneralDAL();

        a = lp.InsertSpotPhoto(SpotID, FileName, Description, Title);
        return(a);
    }
コード例 #2
0
ファイル: GeneralBAL.cs プロジェクト: poweranand/viskan
 public int InsertSpotPhoto(string SpotID, string FileName, string Description, string Title)
 {
     int a;
     GeneralDAL lp = new GeneralDAL();
     a = lp.InsertSpotPhoto(SpotID, FileName, Description, Title);
     return a;
 }