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