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