Пример #1
0
    public int InsertSpotMap(string Spotid, string Mappath)
    {
        int        a;
        GeneralDAL Map = new GeneralDAL();

        a = Map.InsertSpotMap(Spotid, Mappath);
        return(a);
    }
Пример #2
0
 public int InsertSpotMap(string Spotid, string Mappath)
 {
     int a;
     GeneralDAL Map = new GeneralDAL();
     a = Map.InsertSpotMap(Spotid, Mappath);
     return a;
 }