using DOAN.Model.MES.product; using DOAN.Service.MES.Console_.IService; using Infrastructure.Attribute; namespace DOAN.Service.MES.Console_; [AppService(ServiceType = typeof(IConsoleService), ServiceLifetime = LifeTime.Transient)] public class ConsoleService : BaseService, IConsoleService {}