예제 #1
0
 public void insertFilePath(string filePath, int travelId)
 {
     repo.insertFilePath(filePath, travelId);
 }