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

13 行
252 B

  1. using Microsoft.Extensions.DependencyInjection;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Text;
  5. namespace JT1078.Gateway.Interfaces
  6. {
  7. public interface IJT1078Builder
  8. {
  9. IServiceCollection Services { get; }
  10. }
  11. }