示例#1
0
 public TimelineTarefasItens(int idevento, int iditem, string txitem, int idusuario, int fldashboard)
 {
     this.idevento    = idevento;
     this.iditem      = iditem;
     this.txitem      = txitem;
     this.fldashboard = fldashboard;
     this.acao        = new TimelineEventosDB().AcaoUsuario(idevento, iditem, idusuario);
 }
示例#2
0
 public TimelineTarefasItens()
 {
     this.idevento     = 0;
     this.iditem       = 0;
     this.txitem       = "";
     this.txobs        = "";
     this.acao_usuario = null;
     this.acao         = null;
     this.fldashboard  = 0;
 }