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