You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning 5 XML comment on 'XXX.YYY.ZZZ.GetVariable()' has a param tag for 'req', but there is no parameter by that name C:\XXX\YYY\ZZZ\FoomvcController.cs
///
/// Get an environment variable value
///
///
public string GetVariable()
{
var requestData = DeserializeRequest();
return m_businessLogic.GetVariable(requestData.Req);
}
Warning 5 XML comment on 'XXX.YYY.ZZZ.GetVariable()' has a param tag for 'req', but there is no parameter by that name C:\XXX\YYY\ZZZ\FoomvcController.cs
///
/// Get an environment variable value
///
///
public string GetVariable()
{
var requestData = DeserializeRequest();
return m_businessLogic.GetVariable(requestData.Req);
}