/PetaPoco.Tests/Program.cs
http://github.com/toptensoftware/PetaPoco · C# · 15 lines · 14 code · 1 blank · 0 comment · 0 complexity · c4df7b2c0425783dd6ff02057d9b8884 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace PetaPoco.Tests
- {
- public class Program
- {
- public static void Main(string[] args)
- {
- PetaTest.Runner.RunMain(args);
- }
- }
- }