main
1namespace gorilla.migrations.data
2{
3    public interface DatabaseGateway
4    {
5        void run(SqlFile file);
6    }
7}