예제 #1
0
 public StorageReturnValue CheckFolderExist(string pathFolderName)
 {
     return(folderManagement.CheckFolderExist(pathFolderName));
 }