Exemple #1
0
        public void AddTraineeeMotion(int id, string login, int persent, [FromBody] string file)
        {
            MotionService service = new MotionService(services);

            service.AddTraineeMotion(id, login, file, persent);
        }