C# 클래스 Frapid.WebsiteBuilder.DAL.EmailSubscriptions

파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
AddAsync ( string tenant, string email ) : Task
RemoveAsync ( string tenant, string email ) : Task

메소드 상세

AddAsync() 공개 정적인 메소드

public static AddAsync ( string tenant, string email ) : Task
tenant string
email string
리턴 Task

RemoveAsync() 공개 정적인 메소드

public static RemoveAsync ( string tenant, string email ) : Task
tenant string
email string
리턴 Task