コード例 #1
0
 public void AddOrUpdateFile(FileDto file)
 {
     ValidateFileDto(file);
     fileRepository.AddOrUpdateFile(file);
 }