Ejemplo n.º 1
0
 public TreningController(_160001Context context, IMapper mapper, ITreningService service)
 {
     this._mapper  = mapper;
     this._context = context;
     this._service = service;
 }
Ejemplo n.º 2
0
 public TreningController(ICRUDService <Trening, object, TreningUpsertRequest, TreningUpsertRequest> service, ITreningService treningService) : base(service)
 {
     _treningService = treningService;
 }