/PetaPoco.DevBed/Program.cs
http://github.com/toptensoftware/PetaPoco · C# · 18 lines · 16 code · 2 blank · 0 comment · 0 complexity · f83349357abe98a1d407de2d0c1c110a MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Data;
- using System.Text.RegularExpressions;
- using System.Dynamic;
- namespace PetaPoco.DevBed
- {
- class Program
- {
- static void Main(string[] args)
- {
- }
- }
- }