コード例 #1
0
 public CleanService(
     ApiWebSettings apiWebSettings,
     NoteMeContext context)
 {
     _apiWebSettings = apiWebSettings;
     _context        = context;
 }
コード例 #2
0
 public UserCommandHandler(
     INoteMeClientMapper mapper,
     ApiWebSettings apiWebSettings,
     ApiWebService apiWebService)
 {
     _mapper         = mapper;
     _apiWebSettings = apiWebSettings;
     _apiWebService  = apiWebService;
 }