Esempio n. 1
0
        public IActionResult GetManyToOne(Guid entityid)
        {
            List <Schema.Domain.Entity> result = _entityFinder.QueryRelated(entityid, RelationShipType.ManyToOne);

            return(JOk(result));
        }