alekshura opened this issue 3 years ago · 0 comments
public OrderInfo ConvertToOrderInfo(OfferDto dto) { // TODO To check here dto is null. If yes, return null var target = new OrderInfo(); target.Id = dto.Id; return target; }