示例#1
0
 public FirmRepository(IConfiguration config, BusinessCardHolderContext context)
 {
     _config  = config;
     _context = context;
 }