示例#1
0
 public string NewBlobPath()
 {
     return(CreyNamingConvention.GetVersionedStoragePath(NewVersion, NewStoragePath));
 }
示例#2
0
 public string BlobPath()
 {
     return(CreyNamingConvention.GetVersionedStoragePath(Version, StoragePath));
 }
示例#3
0
 public string OldBlobPath()
 {
     return(CreyNamingConvention.GetVersionedStoragePath(OldVersion, OldStoragePath));
 }