Class E001_SaveAsync

Assembly: redb.Examples.dll

Example: Create and save a new employee.

[ExampleMeta("E001", "SaveAsync - Create Employee", "CRUD", ExampleTier.Free, 1, new string[] { "SaveAsync", "Create", "CRUD" })]
public class E001_SaveAsync : ExampleBase

Inheritance

ObjectExampleBaseE001_SaveAsync

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)