コード例 #1
0
 public CustomerRepoDB(Entities.DBSteveIP0Context context, Mapper mapper)
 {
     this.context = context;
     this._mapper = mapper;
 }
コード例 #2
0
 public OrderRepositoryDB(Entities.DBSteveIP0Context context, Mapper mapper)
 {
     this._mapper  = mapper;
     this._context = context;
 }
コード例 #3
0
 public LocationRepositoryDB(Entities.DBSteveIP0Context context, Mapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }