Exemple #1
0
 public static bool IsFile(this StorageDriverEnum storageDriver)
 {
     return(storageDriver == StorageDriverEnum.File);
 }
Exemple #2
0
 public static bool IsAzure(this StorageDriverEnum storageDriver)
 {
     return(storageDriver == StorageDriverEnum.Azure);
 }