Exemplo n.º 1
0
 public Service(SIAPMContext context)
 {
     _sIAPMContext = context;
 }
Exemplo n.º 2
0
 public CentralConfigService(SIAPMContext sIAPMContext) : base(sIAPMContext)
 {
 }
Exemplo n.º 3
0
 public EquipmentService(SIAPMContext sIAPMContext) : base(sIAPMContext)
 {
 }
Exemplo n.º 4
0
 public AttendLogService(SIAPMContext sIAPMContext) : base(sIAPMContext)
 {
 }
Exemplo n.º 5
0
 public PlantService(SIAPMContext sIAPMContext) : base(sIAPMContext)
 {
 }
Exemplo n.º 6
0
 public ProcessSectionService(SIAPMContext sIAPMContext) : base(sIAPMContext)
 {
 }
Exemplo n.º 7
0
 public SectionService(SIAPMContext sIAPMContext) : base(sIAPMContext)
 {
 }
Exemplo n.º 8
0
 public EmployeeService(SIAPMContext sIAPMContext) : base(sIAPMContext)
 {
 }
Exemplo n.º 9
0
 public LineService(SIAPMContext sIAPMContext) : base(sIAPMContext)
 {
 }
Exemplo n.º 10
0
 public AttendTypeService(SIAPMContext sIAPMContext) : base(sIAPMContext)
 {
 }