Пример #1
0
 public IActionResult Enrollment(Enrollment enrollment)
 {
     return(_service.Enrollment(enrollment));
 }