コード例 #1
0
 public static Banner ToEntity(this BannerModel model, Banner destination)
 {
     return(model.MapTo(destination));
 }
コード例 #2
0
 public static Banner ToEntity(this BannerModel model)
 {
     return(model.MapTo <BannerModel, Banner>());
 }