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