Example #1
0
 public ActionResult <IEnumerable <TerritoryQueryDto> > Get()
 {
     return(Ok(TerritoryService.GetAll()));
 }