VendrApi
Convenient singleton access to the Vendr API
public static class VendrApi
Namespace
Properties
Instance
Get the IVendrApi
entry point
public static IVendrApi Instance { get; }
Remarks
This helper is providing singleton access to the Vendr API which generally isn't considered "best practice". You should instead look to resolve the IVendrApi
via dependency injection where possible, and only resort to this singleton where you have no other option.