예제 #1
0
 public Coordinator Get(string id)
 {
     return(_CoordinatorService.GetCoordById(id));
 }