Exemplo n.º 1
0
 public int DeleteSpotMapphoto(string MapID)
 {
     int b;
     GeneralDAL lp = new GeneralDAL();
     b = lp.DeleteSpotMapphoto(MapID);
     return b;
 }
Exemplo n.º 2
0
    public int DeleteSpotMapphoto(string MapID)
    {
        int        b;
        GeneralDAL lp = new GeneralDAL();

        b = lp.DeleteSpotMapphoto(MapID);
        return(b);
    }