Example #1
0
 public SysUserService(NBBBSContext content)
 {
     this._context = content;
 }
Example #2
0
 public HomeController(NBBBSContext context)
 {
     _context = context;
 }
Example #3
0
 public CardCategoryService(NBBBSContext context)
 {
     this._context = context;
 }