Example #1
0
    public List <BLLChat> SelectMessage(BLLChat objbll)
    {
        DALChat objdal = new DALChat();

        return(objdal.SelectMessage(objbll));
    }
Example #2
0
    public int InsertChat(BLLChat objbll)
    {
        DALChat objdal = new DALChat();

        return(objdal.InsertChat(objbll));
    }