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