Exemplo n.º 1
0
 public string UsersVessels(int user_id, string token, int id)
 {
     if (auth.CheckAuthStatus(user_id, token))
     {
         return(JsonConvert.SerializeObject(ApiModel.GetUsersVesselsList(id)));
     }
     return("Not authorized for this");
 }