Пример #1
0
 public TelephonesController(MyPostgresContext context)
 {
     _context = context;
 }
Пример #2
0
 public PaginationService(MyPostgresContext context)
 {
     _context = context;
 }
Пример #3
0
 public ContactsController(MyPostgresContext context, IPagination pagination)
 {
     _context    = context;
     _pagination = pagination;
 }