コード例 #1
0
ファイル: AppService.cs プロジェクト: maumauagain/mimoto-api
 public AppService(IMimotoContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }
コード例 #2
0
 public CompanyService(IMimotoContext context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }