コード例 #1
0
 public UserIdsController(MedidContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #2
0
ファイル: SearchController.cs プロジェクト: bb10789/MedID
 public SearchController(MedidContext context)
 {
     _context = context;
 }
コード例 #3
0
 public InteractionsController(MedidContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }