/PetaPoco.Tests/Program.cs
C# | 15 lines | 14 code | 1 blank | 0 comment | 0 complexity | c4df7b2c0425783dd6ff02057d9b8884 MD5 | raw file
1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 5 6namespace PetaPoco.Tests 7{ 8 public class Program 9 { 10 public static void Main(string[] args) 11 { 12 PetaTest.Runner.RunMain(args); 13 } 14 } 15}