예제 #1
0
 public TenantRoleAndUserBuilder(ItsmReportingDbContext context, int tenantId)
 {
     _context  = context;
     _tenantId = tenantId;
 }