Ejemplo n.º 1
0
 public void RaiseOnCreateRequested(Entity entity)
 {
     OnCreateRequested?.Invoke(this, new CreateRequestEventArgs(entity));
 }
Ejemplo n.º 2
0
 public void RaiseOnCreateRequested(Entity entity, Dictionary <string, object> initialValues)
 {
     OnCreateRequested?.Invoke(this, new CreateRequestEventArgs(entity, initialValues));
 }