Beispiel #1
0
 public _3dModelController(IPayYouPrintContext context)
 {
     _context = context;
 }
 public SignUpController(IPayYouPrintContext context)
 {
     _context = context;
 }
 public STLFilesController(IPayYouPrintContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public LoginController(IPayYouPrintContext context, IConfiguration config)
 {
     _config  = config;
     _context = context;
 }