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; }
public CarouselDAL(EFAdapter adapter, MIRLE_WEBContext entity) { Location = adapter.Location; _adapter = adapter; _entity = entity; }
public AdminUserDAL(EFAdapter adapter, MIRLE_WEBContext _entity) { Location = adapter.Location; _adapter = adapter; entity = _entity; }