Exemple #1
0
 public void CreateRootFolder(long userID)
 {
     folderRepository.CreateRoot(userID);
     uow.Commit();
 }