C# 클래스 InfusionsoftApi.Services.ContactService

상속: ServiceBase
파일 보기 프로젝트 열기: redpeppersoftware/infusionsoft-api

공개 메소드들

메소드 설명
AddContact ( Contact contact, IEnumerable tags = null ) : int
ContactService ( string baseUrl, string privateKey ) : System.Collections.Generic

메소드 상세

AddContact() 공개 메소드

public AddContact ( Contact contact, IEnumerable tags = null ) : int
contact InfusionsoftApi.Models.Contact
tags IEnumerable
리턴 int

ContactService() 공개 메소드

public ContactService ( string baseUrl, string privateKey ) : System.Collections.Generic
baseUrl string
privateKey string
리턴 System.Collections.Generic