Beispiel #1
0
 public ProductDAL(EFAdapter adapter,
                   MIRLE_WEBContext entity)
 {
     Location = adapter.Location;
     _adapter = adapter;
     _entity  = entity;
 }
 public SolutionKindDAL(EFAdapter adapter,
                        MIRLE_WEBContext entity)
 {
     Location = adapter.Location;
     _adapter = adapter;
     _entity  = entity;
 }
Beispiel #3
0
 public CarouselDAL(EFAdapter adapter, MIRLE_WEBContext entity)
 {
     Location = adapter.Location;
     _adapter = adapter;
     _entity  = entity;
 }
Beispiel #4
0
 public AdminUserDAL(EFAdapter adapter, MIRLE_WEBContext _entity)
 {
     Location = adapter.Location;
     _adapter = adapter;
     entity   = _entity;
 }