Пример #1
0
 public ContactosController(ContactosDBContext context)
 {
     _context = context;
 }