コード例 #1
0
 public IssueService(ICartegraphTownContext db)
 {
     this.Db = db;
 }
コード例 #2
0
 public CitizenService(ICartegraphTownContext db)
 {
     this.Db = db;
 }
コード例 #3
0
 public LocationService(ICartegraphTownContext db)
 {
     this.Db = db;
 }