示例#1
0
 public EFDirectory_States(EFDbContext db)
 {
     this.db = db;
 }
示例#2
0
 public EFDirectory_Cargo(EFDbContext db)
 {
     this.db = db;
 }