Exemple #1
0
 public virtual void SetValue(int actorId, eHistoryLog activety)
 {
     this.ActorID  = actorId;
     this.Activety = activety;
     this.Date     = DateTime.Now;
 }
Exemple #2
0
 public _HistoryLog(int actorId, eHistoryLog activety)
 {
     this.SetValue(actorId, activety);
 }