IContactProvider Interface |
Namespace: CMS.Newsletters
public interface IContactProvider
Name | Description | |
---|---|---|
![]() | GetContactForSubscribing(UserInfo) |
Gets contact associated with user.
When contact doesn't exist, contact is created and inserted to database
|
![]() | GetContactForSubscribing(String, String, String) |
Gets contact associated with email.
When contact doesn't exist, contact is created and inserted to database.
|