コード例 #1
0
ファイル: GeneralBAL.cs プロジェクト: poweranand/viskan
    public int InsertSpotMap(string Spotid, string Mappath)
    {
        int        a;
        GeneralDAL Map = new GeneralDAL();

        a = Map.InsertSpotMap(Spotid, Mappath);
        return(a);
    }
コード例 #2
0
ファイル: GeneralBAL.cs プロジェクト: poweranand/viskan
 public int InsertSpotMap(string Spotid, string Mappath)
 {
     int a;
     GeneralDAL Map = new GeneralDAL();
     a = Map.InsertSpotMap(Spotid, Mappath);
     return a;
 }