コード例 #1
0
 public bool HasGraph(long id)
 {
     return(_graphRepository.Contains(id));
 }