Class E002_LoadAsync

Assembly: redb.Examples.dll

Example: Load employee by ID.

[ExampleMeta("E002", "LoadAsync - Load Employee by ID", "CRUD", ExampleTier.Free, 1, new string[] { "LoadAsync", "Read", "CRUD" })]
public class E002_LoadAsync : ExampleBase

Inheritance

ObjectExampleBaseE002_LoadAsync

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)