Method | Description | |
---|---|---|
CheckAccess ( System.Guid conversationId ) : Task |
||
Create ( Decision.ViewModel.PrivateMessage.AddConversationViewModel viewModel ) : void | ||
Create ( |
||
DeleteAsync ( System.Guid value ) : System.Threading.Tasks.Task | ||
GetInBox ( int page ) : Task |
||
GetMessages ( System.Guid conversationId ) : Task |
||
GetOutBox ( int page ) : Task |
||
MessageService ( IUnitOfWork unitOfWork, IApplicationUserManager userManager, IMappingEngine mappingEngine ) : System | ||
NewMessgesCount ( ) : long |
Method | Description | |
---|---|---|
MakeAsSeen ( System.Guid conversationId ) : System.Threading.Tasks.Task |
public CheckAccess ( System.Guid conversationId ) : Task |
||
conversationId | System.Guid | |
return | Task |
public Create ( Decision.ViewModel.PrivateMessage.AddConversationViewModel viewModel ) : void | ||
viewModel | Decision.ViewModel.PrivateMessage.AddConversationViewModel | |
return | void |
public Create ( |
||
viewModel | ||
return | void |
public DeleteAsync ( System.Guid value ) : System.Threading.Tasks.Task | ||
value | System.Guid | |
return | System.Threading.Tasks.Task |
public GetMessages ( System.Guid conversationId ) : Task |
||
conversationId | System.Guid | |
return | Task |
public MessageService ( IUnitOfWork unitOfWork, IApplicationUserManager userManager, IMappingEngine mappingEngine ) : System | ||
unitOfWork | IUnitOfWork | |
userManager | IApplicationUserManager | |
mappingEngine | IMappingEngine | |
return | System |