Exemplo n.º 1
0
        private IBookSqlLiteDal GetBookSqlDal()
        {
            var connection = new SQLiteConnection(_builder.ConnectionString);

            return(connection.As <IBookSqlLiteDal>());
        }