main
1namespace gorilla.migrations.data
2{
3    public interface DatabaseCommandFactory
4    {
5        DatabaseCommand create();
6    }
7}