ahmadfarrokh
ahmadfarrokh
hi I use Odata 8.2.5 and EF 8.0.4 I have this code ` public class Zone : TavModelAudit { public string ZoneNo{ get; set; } public string ZoneName { get;...
> > [EnableQuery] > > [HttpGet] > > public IActionResult Get(ODataQueryOptions options) > > { > > var Items = _unitOfWork.Set(); > > return Ok(Items); > > } > >...
> hi I use Odata 8.2.5 and EF 8.0.4 > > I have this code ` public class Zone : TavModelAudit { > > ``` > public string ZoneNo{ get;...