IO-70 Begin OEC through partner.

This commit is contained in:
Patrick Fic
2021-11-23 00:30:33 -08:00
parent f175578686
commit 6556c74266
23 changed files with 292 additions and 5 deletions

View File

@@ -17,6 +17,8 @@ namespace BodyshopPartner.ViewModels
p => true,
async p =>
{
// Utils.OEConnection.SendToOEConnection();
await TestGql();
});
}