Exemplo n.º 1
0
 public string GetVesselByIMO(int user_id, string token, int imo)
 {
     if (auth.CheckAuthStatus(user_id, token))
     {
         return(ApiModel.VesselByIMO(imo));
     }
     return("Not authorized for this");
 }