Beispiel #1
0
 public ValuesController(ICvEntriesRepository cvEnt)
 {
     _cvEnt = cvEnt;
 }
 public CvEntiresController(ICvEntriesRepository entryService)
 {
     _entryService = entryService;
 }