public List <ExampleDto> GetData() { // You could call other services or do some data aggregation or manipulation at this point. // Otherwise you might as well call direct to the repository return(_exampleRepository.GetData()); }