Beispiel #1
0
 public override IServiceCollection AddServices()
 {
     return(Collection
            .AddAuth(_settings));
 }