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