コード例 #1
0
 public ChildController(GlowServicesContext context)
 {
     _context = context;
 }
コード例 #2
0
 public SleepItemsController(GlowServicesContext context)
 {
     _context = context;
 }
コード例 #3
0
 public UserController(GlowServicesContext context, IEncryptionService encryptionService)
 {
     _context           = context;
     _encryptionService = encryptionService;
 }
コード例 #4
0
 public FeedingController(GlowServicesContext context)
 {
     _context = context;
 }