public ChatController(UsuarioLogado usuarioLogado, ChatDomain chatDomain, GroupBuilder groupBuilder, AlunosRepository alunosRepository, CadforpsRepository cadforpsRepository, PessoasRepository pessoasRepository, ISaeHelperCookie saeHelperCookie, ChatLogRepository chatLogRepository) { this._usuarioLogado = usuarioLogado; this._chatDomain = chatDomain; this._groupBuilder = groupBuilder; this._alunosRepository = alunosRepository; this._cadforpsRepository = cadforpsRepository; this._pessoasRepository = pessoasRepository; this._saeHelperCookie = saeHelperCookie; this._chatLogRepository = chatLogRepository; }
public ChatDomain.ChatMsg Add(ChatDomain.ChatMsg chatMsg) { throw new NotImplementedException(); }