public int InsertSpotMap(string Spotid, string Mappath) { int a; GeneralDAL Map = new GeneralDAL(); a = Map.InsertSpotMap(Spotid, Mappath); return(a); }
public int InsertSpotMap(string Spotid, string Mappath) { int a; GeneralDAL Map = new GeneralDAL(); a = Map.InsertSpotMap(Spotid, Mappath); return a; }