using System; using Volo.Abp.DependencyInjection; namespace Win_in.Sfs.Wms.DataExchange.Fawtyg.EosAgent; public class EosAgentService : ITransientDependency { public void Start() { Console.WriteLine("EOS data exchange service has started..."); } }