Esempio n. 1
0
 public EmployeeDay(EmployeeDayStateRecording entity) : this()
 {
     EmployeeDayProcessor.AssignDay(entity, this);
 }