10 lines
310 B
C#
10 lines
310 B
C#
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<ProWorkorder>, IConsoleService
|
|
|
|
{} |