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

            return(Bl.SaveChat(chatHistory));
        }