選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ServiceScope.cs 163B

123456789
  1. namespace Diligent.WebAPI.Data.Extensions;
  2. public static class ServiceScope
  3. {
  4. public static void SetupData(this IServiceScope scope)
  5. {
  6. }
  7. }