Ejemplo n.º 1
0
 /// <summary>
 /// Bare bones constructor in case someone wants none of the automatic behavior at all
 /// </summary>
 public ApiMethods()
 {
     _authenticator = request => AuthSession.Authenticate(request);
 }