Esempio n. 1
0
 public StorageReturnValue CreateFolder(string pathFolderName)
 {
     return(folderManagement.CreateFolder(pathFolderName));
 }