Skip to content

Instantly share code, notes, and snippets.

@jsonmez
jsonmez / CustomerAPI.cs
Last active August 29, 2015 14:01
Bulky LoginAsCustomer API
public void LoginAsCustomer(string userName, string password, string customerType, int numberOfTries)
{
// ...
}
// Code to call the method
LoginAsCustomer("Darth Vader", "ihatewookies", "New Customer", 3);