示例#1
0
 public static Note ToEntity(this NoteModel model)
 {
     return(model.MapTo <NoteModel, Note>());
 }