コード例 #1
0
 // Passes through the current context database and makes it equal to the local database
 public BarsController(UrLocalContext db)
 {
     _db = db;
 }