Hozifa Elgharbawy
finished user exercises and workouts
d491754
raw
history blame
179 Bytes
import { Exercise } from "@common/models/exercise.model";
import { CrudService } from "@lib/services/crud.service";
export class ExerciseService extends CrudService(Exercise) {}