Пример #1
0
 public static PropertyCreateModel ToCreateModel(this CopyProperty entity)
 {
     return(entity.MapTo <CopyProperty, PropertyCreateModel>());
 }
Пример #2
0
 public static PropertyBasicInfo ToCopyBasicModel(this CopyProperty entity)
 {
     return(entity.MapTo <CopyProperty, PropertyBasicInfo>());
 }