main
1using Gorilla.Commons.Infrastructure.FileSystem;
2
3namespace momoney.presentation.views
4{
5 public interface ISelectFileToSaveToDialog
6 {
7 File tell_me_the_path_to_the_file();
8 }
9}