public void GetAll() { IList <AreaValueModel> models = repository.GetAll(); Assert.That(models, Is.Empty); }
public void GetAll() { IList <CustomViewModel> models = repository.GetAll(); Assert.That(models, Is.Empty); }