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