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