Пример #1
0
 public EmployeeStatusHistory(Employee emp, StatusEmployee stEmp)
 {
     this.Employee   = emp;
     this.Status     = stEmp;
     this.DateCreate = DateTime.Now;
 }