예제 #1
0
 //Posts reference point in database
 public Task PostRefPointAsync(Reference refPoint)
 {
     return(restApiService.PostReferenceAsync(refPoint));
 }