Пример #1
0
 /// <inheritdoc />
 protected override void SetMandatoryRole(IServiceCollection services)
 {
     MandatoryRoleRequirement.SetMandatoryRole("adapter-caller");
 }
Пример #2
0
 /// <inheritdoc />
 protected override void SetMandatoryRole(IServiceCollection services)
 {
     MandatoryRoleRequirement.SetMandatoryRole("business-api-caller");
 }