Ejemplo n.º 1
0
 void ICommentService.CreateComment(CreateCommentCommand command)
 {
     command.DateOfCreated = DateTime.UtcNow;
     commentRepository.CreateComment(command.ToComment());
 }