Exemplo n.º 1
0
        public List <ChatHistory> GetOfflineChats(int SentTo)
        {
            MasterBL Bl = new MasterBL();

            return(Bl.GetOfflineChats(SentTo));
        }