Example #1
0
 public List <TrackingDto> List()
 {
     return(_trackingRepository.List());
 }