Beispiel #1
0
 public HomeController(IJediEnrollmentService jediEnrollmentService)
 {
     _jediEnrollmentService = jediEnrollmentService;
 }