|
@ -64,6 +64,8 @@ namespace TaskManager.Controllers |
|
|
{ |
|
|
{ |
|
|
TLOGS entity = new TLOGS(); |
|
|
TLOGS entity = new TLOGS(); |
|
|
entity.InjectFrom(itm); |
|
|
entity.InjectFrom(itm); |
|
|
|
|
|
entity.TaskId= taskId; |
|
|
|
|
|
|
|
|
entity.CreationTime = DateTime.Now; |
|
|
entity.CreationTime = DateTime.Now; |
|
|
logs.Add(entity); |
|
|
logs.Add(entity); |
|
|
} |
|
|
} |
|
|