public void Configure(SettingsD options) { options.Guid = _service.GetId(); }
public void Create(TEntity entity) { entity.Id = IdService.GetId(); entity.IsDeleted = false; Session.Save(entity); }