Exemplo n.º 1
0
        public SupplierViewModel GetById(int itemId)
        {
            var entity = _Service.GetById(itemId, i => i.ShipOwners);

            return(new SupplierViewModel(entity));
        }