public GetAssetListQueryHandler(IHahnDbContext context, IMapper mapper)
 {
     this._context = context;
     this._mapper  = mapper;
 }
Ejemplo n.º 2
0
 public DeleteAssetCommandHandler(IHahnDbContext context)
 {
     this._context = context;
 }