Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- using Microsoft.Extensions.DependencyInjection;
- using System;
- using System.Collections.Generic;
- using System.Text;
-
- namespace JT1078.Gateway.Interfaces
- {
- public interface IJT1078Builder
- {
- IServiceCollection Services { get; }
- }
- }
|