public TestOrganizationUnitsBuilder(TaskeverDbContext context)
 {
     _context = context;
 }
 public DefaultEditionCreator(TaskeverDbContext context)
 {
     _context = context;
 }
예제 #3
0
 public TestDataBuilder(TaskeverDbContext context)
 {
     _context = context;
 }
 public DefaultSettingsCreator(TaskeverDbContext context)
 {
     _context = context;
 }
 public InitialDataBuilder(TaskeverDbContext context)
 {
     _context = context;
 }
 public DefaultTenantRoleAndUserCreator(TaskeverDbContext context)
 {
     _context = context;
 }
예제 #7
0
 public DefaultLanguagesCreator(TaskeverDbContext context)
 {
     _context = context;
 }
 public DefaultOrgnizatinCreator(TaskeverDbContext context)
 {
     _context = context;
 }
예제 #9
0
 public TestDataBuilder(TaskeverDbContext context)
 {
     _context = context;
 }
예제 #10
0
 public InitialDbBuilder(TaskeverDbContext context)
 {
     _context = context;
 }
예제 #11
0
 public DefaultPersonAndPhoneCreator(TaskeverDbContext context)
 {
     _context = context;
 }