/PetaPoco.Tests/Program.cs

http://github.com/toptensoftware/PetaPoco · C# · 15 lines · 14 code · 1 blank · 0 comment · 0 complexity · c4df7b2c0425783dd6ff02057d9b8884 MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace PetaPoco.Tests
  6. {
  7. public class Program
  8. {
  9. public static void Main(string[] args)
  10. {
  11. PetaTest.Runner.RunMain(args);
  12. }
  13. }
  14. }