AutoMapper映射
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using AutoMapper;using System.Data;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { //1.普通转换 Name name1 = new Name() { FirstName = "L", LastName = "jz" }; Mapper.Crea 阅读全文
posted @ 2013-12-27 09:09 嘿呀土豆 阅读(302) 评论(0) 推荐(0) 编辑