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