コード例 #1
0
 public EmpresasController(ManagmentRRContext context)
 {
     _context = context;
 }
コード例 #2
0
 public SeedingService(ManagmentRRContext context)
 {
     _context = context;
 }
コード例 #3
0
 public UserServices(ManagmentRRContext context)
 {
     _context = context;
 }
コード例 #4
0
 public UsersController(ManagmentRRContext context)
 {
     _context = context;
 }
コード例 #5
0
 public EmpresaServices(ManagmentRRContext context)
 {
     _context = context;
 }
コード例 #6
0
 public TapeService(ManagmentRRContext context)
 {
     _context = context;
 }
コード例 #7
0
 public TapesController(ManagmentRRContext context, Services.EmpresaServices empresaService)
 {
     _context        = context;
     _empresaService = empresaService;
 }