コード例 #1
0
 public MVRepo(MVContext ctx)
 {
     _ctx = ctx;
 }
コード例 #2
0
 public AppController(MVContext context)
 {
     _context = context;
 }