예제 #1
0
 public void RemoveFileFromWorkspace(string workspaceId, string fileId)
 {
     mWorkspaceRepository.RemoveOne(workspaceId, fileId);
 }