Esempio n. 1
0
 public GraphTraversalService(GraphDAO dao)
 {
     _dao = dao;
 }
 public GraphTraversalService(GraphDAO dao)
 {
    _dao = dao;
 }