Ejemplo n.º 1
0
 public int CreateFolderByUserId(FolderInputModel body, int userId)
 {
     return(_metaRepository.CreateFolderByUserId(body, userId));
 }