예제 #1
0
 public void Register(RegisterChild newRegisterChild)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void Add(RegisterChild newRegisterChild)
 {
     _context.Add(newRegisterChild);
     _context.SaveChanges();
 }