Пример #1
0
 /// <summary>
 /// Returns all concrete types.
 /// </summary>
 public async Task <TypeEntry[]> GetConcreteTypes()
 {
     Logger.LogInformation($"Getting concrete types...");
     return(await TypeService.GetConcrete());
 }