public BMS_GenericRepository(LILI_CRMEntities1 context)
     : base(context)
 {
     //constructor
 }
Esempio n. 2
0
 public BMSServiceContext()
 {
     _context = new LILI_CRMEntities1();
 }
 public BMS_ExecuteFunctions(LILI_CRMEntities1 context)
 {
     this._context = context;
 }
Esempio n. 4
0
 public ReportBase()
 {
     //_empService = empService;
     context    = new LILI_CRMEntities1();
     commonList = new Common();
 }