Ejemplo n.º 1
0
 public IEnumerable <ChatUser> GetChatUsers(long chatId)
 {
     return(userMapper.GetChatUsers(chatId));
 }