Beispiel #1
0
 public BuildingController(PremisesContext context)
 {
     db = context;
 }
Beispiel #2
0
 public BuildingRepository(PremisesContext context)
 {
     this.db = context;
 }
Beispiel #3
0
 public HomeController(PremisesContext context)
 {
     db = context;
 }