Example #1
0
 public Task <IEnumerable <AreaDto> > AreaManagementGetAll()
 {
     return(_areaService.GetAllAreaDto());
 }