Beispiel #1
0
 public int GetGroupChatsCount(Guid groupId)
 {
     return(_chatRepository.CountByGroupId(groupId));
 }