Beispiel #1
0
 public static BlogPostTag ToEntity(this BlogPostTagModel model, BlogPostTag destination)
 {
     return(model.MapTo(destination));
 }
Beispiel #2
0
 public static BlogPostTag ToEntity(this BlogPostTagModel model)
 {
     return(model.MapTo <BlogPostTagModel, BlogPostTag>());
 }