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