コード例 #1
0
 public IeFullNamesController(LeAndIeContext context)
 {
     _context = context;
 }
コード例 #2
0
 public LeAuthorityInfosController(LeAndIeContext context)
 {
     _context = context;
 }
コード例 #3
0
 public LegalEntitiesController(LeAndIeContext context)
 {
     _context = context;
 }
コード例 #4
0
 public IndividualEntrepreneursController(LeAndIeContext context)
 {
     _context = context;
 }
コード例 #5
0
 public LeAccountingInfosController(LeAndIeContext context)
 {
     _context = context;
 }
コード例 #6
0
 public LeLocationAddressesController(LeAndIeContext context)
 {
     _context = context;
 }
コード例 #7
0
 public LeRegistrationInfosController(LeAndIeContext context)
 {
     _context = context;
 }
コード例 #8
0
 public LeNamesController(LeAndIeContext context)
 {
     _context = context;
 }
コード例 #9
0
 public IeNationalitiesController(LeAndIeContext context)
 {
     _context = context;
 }
コード例 #10
0
 public IeTerminationInfosController(LeAndIeContext context)
 {
     _context = context;
 }