Ejemplo n.º 1
0
 public void Register(RegisterChild newRegisterChild)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void Add(RegisterChild newRegisterChild)
 {
     _context.Add(newRegisterChild);
     _context.SaveChanges();
 }