Class E002_LoadAsync
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)