Exemplo n.º 1
0
    protected override void PostStore()
    {
        DefectBase db = new DefectBase(TTID);

        NotifyHub.NotifyBuildChange(ID, TTID, int.Parse(db.AUSER), STATUSTXT);
    }