Example #1
0
 public Task <FolderTitleVM> Create(string key, [FromBody] FolderVM vm)
 {
     return(_folderMgr.CreateAsync(key, vm));
 }