using System; using Volo.Abp.DependencyInjection; namespace Win_in.Sfs.Wms.DataExchange.Iac.QadAgent; public class AgentService : ITransientDependency { public void Start() { Console.WriteLine("Wms dataExchange service has started..."); } }