コード例 #1
0
 public Facade(DbContextGoWebsite context)
 {
     ctx = context;
 }
コード例 #2
0
 public Facade()
 {
     ctx = new DbContextGoWeb();
 }