예제 #1
0
 public void Create(Planet input)
 {
     context.Add(input);
     context.SaveChanges();;
 }