Example #1
0
 public bool RegisterGraph(Zone zone, Graph graph)
 {
     return(_graphRepository.Add(zone.ID, graph));
 }