Helper.cs 455 B

12345678910111213141516171819202122
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace ServiceDEMO.Class
  7. {
  8. public class Helper
  9. {
  10. //public static Goiman_A_AEntities1 db;
  11. //public static Goiman_A_AEntities1 getContext()
  12. //{
  13. // if (db == null)
  14. // {
  15. // db = new Goiman_A_AEntities1();
  16. // }
  17. // return db;
  18. //}
  19. }
  20. }