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