TradeMe.Api.Client.PhotoMethods.PhotoMethods C# (CSharp) Méthode

PhotoMethods() public méthode

Initializes a new instance of the PhotoMethods class.
public PhotoMethods ( ConnectionMethods connect ) : System
connect ConnectionMethods A ConnectionMethods class used to make calls to the API
Résultat System
        public PhotoMethods(ConnectionMethods connect)
        {
            _connection = connect;
        }