コード例 #1
0
ファイル: MappingExtensions.cs プロジェクト: lulzzz/AK
 public static ItemCategoryModel ToModel(this ItemCategory entity)
 {
     return(entity.MapTo <ItemCategory, ItemCategoryModel>());
 }