Beispiel #1
0
 public VolunteerController(IVolunteerDbService dbService)
 {
     _dbService = dbService;
 }