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