Exemple #1
0
 public bool Create(Graph graph)
 {
     graphContext.Graphs.Add(graph);
     return(graphContext.SaveChanges() > 0);
 }