コード例 #1
0
 public MoviesController(IContextResolver contextResolver)
 {
     this.db = contextResolver.GetCurrentContext<MovieContext>();
 }