コード例 #1
0
ファイル: InBlobStorage.cs プロジェクト: KeyserDSoze/RystemV2
 public InBlobStorage(BlobStorageIntegration integration, string prefix)
 {
     Integration = integration;
     Prefix      = prefix;
 }
コード例 #2
0
 internal BlobStorageImplementation(BlobStorageIntegration integration, Type entityType)
 {
     Integration     = integration;
     this.EntityType = entityType;
 }
コード例 #3
0
 internal BlobStorageImplementation(BlobStorageIntegration integration)
 => Integration = integration;