Код: Выделить всё
var updateCost =
await _costOfConsomption.DeferredWhere(x => x.Id == model.CostOfConsomptionId).FirstOrDefaultAsync() ??
throw new
NotFoundException();
Подробнее здесь: https://stackoverflow.com/questions/790 ... xunit-test
Код: Выделить всё
var updateCost =
await _costOfConsomption.DeferredWhere(x => x.Id == model.CostOfConsomptionId).FirstOrDefaultAsync() ??
throw new
NotFoundException();