Example #1
0
 public static Comment ToEntity(this CommentWidgetModel model, Comment destination)
 {
     return(model.MapTo(destination));
 }
Example #2
0
 public static Comment ToEntity(this CommentWidgetModel model)
 {
     return(model.MapTo <CommentWidgetModel, Comment>());
 }