Exemplo n.º 1
0
 public bool SaveChat(ChatHistory chatHistory)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.SaveChat(chatHistory));
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 2
0
        public bool SaveChat(ChatHistory chatHistory)
        {
            MasterBL Bl = new MasterBL();

            return(Bl.SaveChat(chatHistory));
        }