Esempio n. 1
0
 public void WhenICallGetMethodToGetUserInformationUsingUser(string userid)
 {
     APImethods.CreateRequest(userid);
 }
Esempio n. 2
0
 public void WhenICallGetMethodOfApi()
 {
     APImethods.CreateRequest();
 }