public BaasBoxPlugins(BaasBox box) { _box = box; }
internal BaasBoxUserManagement(BaasBox box) { _box = box; }
public BaasFiles(BaasBox box) { _box = box; }
public BaasBoxCollections(BaasBox box) { _box = box; }
public BaasBoxDocuments(BaasBox box) { _box = box; _baasDocumentProperties = typeof(BaasDocument).GetRuntimeProperties().Select(p => p.Name); }