Beispiel #1
0
 public IeFullNamesController(LeAndIeContext context)
 {
     _context = context;
 }
 public LeAuthorityInfosController(LeAndIeContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public LegalEntitiesController(LeAndIeContext context)
 {
     _context = context;
 }
 public IndividualEntrepreneursController(LeAndIeContext context)
 {
     _context = context;
 }
 public LeAccountingInfosController(LeAndIeContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public LeLocationAddressesController(LeAndIeContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public LeRegistrationInfosController(LeAndIeContext context)
 {
     _context = context;
 }
 public LeNamesController(LeAndIeContext context)
 {
     _context = context;
 }
Beispiel #9
0
 public IeNationalitiesController(LeAndIeContext context)
 {
     _context = context;
 }
 public IeTerminationInfosController(LeAndIeContext context)
 {
     _context = context;
 }