Esempio n. 1
0
 public ChildController(GlowServicesContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public SleepItemsController(GlowServicesContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public UserController(GlowServicesContext context, IEncryptionService encryptionService)
 {
     _context           = context;
     _encryptionService = encryptionService;
 }
Esempio n. 4
0
 public FeedingController(GlowServicesContext context)
 {
     _context = context;
 }