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