Пример #1
0
 public void Post(Name firstNameSub)
 {
     _context.InsertName(firstNameSub);
 }