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