Exemplo n.º 1
0
 public ValuesController(ICvEntriesRepository cvEnt)
 {
     _cvEnt = cvEnt;
 }
Exemplo n.º 2
0
 public CvEntiresController(ICvEntriesRepository entryService)
 {
     _entryService = entryService;
 }