示例#1
0
 public RegisterController(DataLayer.AppContext context)
 {
     _context = context;
 }
 public LaptopController(DataLayer.AppContext context)
 {
     _context = context;
 }
示例#3
0
 public tempController(DataLayer.AppContext context)
 {
     _context = context;
 }
 public StatisticsController(DataLayer.AppContext context)
 {
     this._context = context;
 }