public BaseDBTest() { AutoMapperConfig <Y> .Configure(); _con = new RSCoreDBContext(); _uow = new EntityUnitofWork <Y>(_con); }
public CustomIdentityService() { _con = new RSCoreDBContext(); _uow = new EntityUnitofWork <Guid>(_con); }