Ejemplo n.º 1
0
    public void Save()
    {
        SentDate = DateTime.Now;
        sqlController sqc = new sqlController();

        sqc.InsertMessage(this);
        sqc = null;
    }