예제 #1
0
 public BaasBoxPlugins(BaasBox box)
 {
     _box = box;
 }
예제 #2
0
 internal BaasBoxUserManagement(BaasBox box)
 {
     _box = box;
 }
예제 #3
0
 public BaasFiles(BaasBox box)
 {
     _box = box;
 }
예제 #4
0
 public BaasBoxCollections(BaasBox box)
 {
     _box = box;
 }
예제 #5
0
 public BaasBoxDocuments(BaasBox box)
 {
     _box = box;
     _baasDocumentProperties = typeof(BaasDocument).GetRuntimeProperties().Select(p => p.Name);
 }