Ejemplo n.º 1
0
 public int addVertex(RadiomapBackend.Vertex input, RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void addMeasurement(RadiomapBackend.Building building, RadiomapBackend.Vertex v, string deviceMac, DateTime start, DateTime end)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public int addEdge(RadiomapBackend.Edge input, RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void addBuilding_Macs(System.Collections.Generic.List <string> newMacs, RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public int addBuilding_Floor(RadiomapBackend.Building_Floors bf, RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public void updateBuilding(RadiomapBackend.Building b)
 {
     throw new NotImplementedException();
 }