/PetaPoco.DevBed/Program.cs

http://github.com/toptensoftware/PetaPoco · C# · 18 lines · 16 code · 2 blank · 0 comment · 0 complexity · f83349357abe98a1d407de2d0c1c110a MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Data;
  6. using System.Text.RegularExpressions;
  7. using System.Dynamic;
  8. namespace PetaPoco.DevBed
  9. {
  10. class Program
  11. {
  12. static void Main(string[] args)
  13. {
  14. }
  15. }
  16. }