This repository was archived by the owner on May 31, 2023. It is now read-only.

Description
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);
}