public MesoController(IMesoService service, IMapper mapper) { _service = service; _mapper = mapper; }
public ExerciseService(ComposifitDbContext context, IMesoService mesoService, IIdentityProvider identityProvider) { _context = context; _mesoService = mesoService; _identity = identityProvider; }