Class ContactAppService
Inheritance
System.Object
ContactAppService
Implements
IApplicationService
Assembly: Volo.Chat.Application.dll
public class ContactAppService : ChatAppService, IContactAppService, IApplicationService
Constructors
Declaration
public ContactAppService(IChatUserLookupService chatUserLookupService, IConversationRepository conversationRepository)
Parameters
Methods
Declaration
public Task<List<ChatContactDto>> GetContactsAsync(GetContactsInput input)
Parameters
Returns
Declaration
public Task<int> GetTotalUnreadMessageCountAsync()
Returns
| Type |
Description |
| Task<System.Int32> |
|
Implements
IApplicationService