Пример #1
0
 public Task ConvertBblToDal(TaskDTO entity)
 {
     return(new Task(entity.Id, entity.Name, entity.Description, entity.Status, entity.CreationDate, entity.LastModifiedDate, entity.EmployeeId,
                     entity.GetComments().ToArray()));
 }