Esempio n. 1
0
 public PersonController()
 {
     _personService = new FetchSamplePersonService();
 }
Esempio n. 2
0
 public PersonController(IMemoryCache memoryCache)
 {
     _memoryCache   = memoryCache;
     _personService = new FetchSamplePersonService();
 }