示例#1
0
 public BaseRepository(AutoMapperContext ctx)
 {
     _ctx = ctx;
 }
示例#2
0
 public UserRepository(AutoMapperContext ctx) : base(ctx)
 {
     _ctx = ctx;
 }