Beispiel #1
0
 public IssueService(ICartegraphTownContext db)
 {
     this.Db = db;
 }
Beispiel #2
0
 public CitizenService(ICartegraphTownContext db)
 {
     this.Db = db;
 }
 public LocationService(ICartegraphTownContext db)
 {
     this.Db = db;
 }