Esempio n. 1
0
 public UserInfoReposity(BaikeContext context)
 {
     _context = context ?? throw new ArgumentException(nameof(context));
 }
Esempio n. 2
0
 public BkAdminsController(BaikeContext context)
 {
     _context = context;
 }