コード例 #1
0
 public GRepo()
 {
     this.db = new GarageContext();
 }
コード例 #2
0
 public GRepo(IGarageContext context)
 {
     this.db = context;
 }