12345678910111213141516171819202122 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ServiceDEMO.Class
- {
- public class Helper
- {
- //public static Goiman_A_AEntities1 db;
- //public static Goiman_A_AEntities1 getContext()
- //{
- // if (db == null)
- // {
- // db = new Goiman_A_AEntities1();
- // }
- // return db;
- //}
- }
- }
|