Example #1
0
 public Task <IEnumerable <MyPoint> > BrowsePointsAsync()
 {
     return(_pointRepository.BrowseAsync());
 }