Is there a way to call an auto query route like the routes under queries from another service?
Similar to using base.ResolveService.
public IAutoQueryDb AutoQuery { get; set; }
var req = new JiwaFinancials.Jiwa.JiwaServiceModel.Tables.DB_MainQuery();
var q = AutoQuery.CreateQuery(req, base.Request, Db);
var result = AutoQuery.Execute(req, q, base.Request, Db);
Users browsing this forum: No registered users and 1 guest