예제 #1
0
 public MaterialController(TaskTopContext ctx, IMapper mapper) : base(ctx, mapper)
 {
 }
예제 #2
0
 public TaskController(TaskTopContext ctx, IMapper mapper) : base(ctx, mapper)
 {
 }
예제 #3
0
 public EquipmentController(TaskTopContext ctx, IMapper mapper) : base(ctx, mapper)
 {
 }
예제 #4
0
 public EntityController(TaskTopContext ctx, IMapper mapper) : base(ctx, mapper, AuthExts.ToOperador)
 {
 }
예제 #5
0
 public AuthController(TaskTopContext ctx, IMapper mapper)
 {
     DbContext = ctx;
     Mapper    = mapper;
 }
예제 #6
0
 public StockController(TaskTopContext db, IMapper mapper)
 {
     EntMapper = mapper;
     DbContext = db;
 }