public GetAssetListQueryHandler(IHahnDbContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
Пример #2
0
 public DeleteAssetCommandHandler(IHahnDbContext context)
 {
     this._context = context;
 }