/Rhino.Etl.Tests/Fibonacci/Batch/BatchFibonacciToDatabase.cs
http://github.com/ayende/rhino-etl · C# · 15 lines · 13 code · 2 blank · 0 comment · 0 complexity · 6287de5846f75ccd613f4d89c9baa457 MD5 · raw file
- using System.Configuration;
- namespace Rhino.Etl.Tests.Fibonacci.Batch
- {
- using System.Data.SqlClient;
- using Core;
- using Rhino.Etl.Core.Operations;
- public class BatchFibonacciToDatabase : BatchFibonacciToDatabaseBase
- {
- public BatchFibonacciToDatabase() : base("test")
- {
- }
- }
- }