Beispiel #1
0
 public void WhenICallPOSTMethodOfAPIUsingJohnAnd(string strUserName, int iScore)
 {
     RestAPIHelper.createRequestForPOST(strUserName, iScore);
 }