- using Microsoft.Extensions.Hosting;
- using System;
- using System.Collections.Generic;
- using System.Text;
- using System.Threading.Tasks;
- using TEAMModelOS.SDK.Context.Configuration;
- namespace TEAMModelOS.Service.Services.Learn.Interfaces
- {
- public interface IServiceBusReviceService
- {
- public void ReciveMessageAsync();
- }
- }
|