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