예제 #1
0
 public Tracker GetStatus(String trackerId)
 {
     try
     {
         return(_falkonryService.GetStatus(trackerId));
     }
     catch (Exception)
     {
         throw;
     }
 }