Пример #1
0
 public ValuesController(ICvEntriesRepository cvEnt)
 {
     _cvEnt = cvEnt;
 }
Пример #2
0
 public CvEntiresController(ICvEntriesRepository entryService)
 {
     _entryService = entryService;
 }