EppLib.Entities.Contact.Contact C# (CSharp) Метод

Contact() публичный Метод

public Contact ( ) : System
Результат System
        public Contact()
        {
        }

Same methods

Contact::Contact ( string contactId, string fullName, string companyName, string city, string streetAddress, string province, string postalCode, string countryCode, string email, Telephone voice, Telephone fax ) : System
Contact::Contact ( string contactId, string fullName, string companyName, string city, string street1, string street2, string street3, string province, string postalCode, string countryCode, string email, Telephone voice, Telephone fax ) : System
Contact