コード例 #1
0
 public TestimonialRepository(CentrisDataContext context)
 {
     _Context = context;
 }
コード例 #2
0
 public UserProfileController(CentrisDataContext context, ILogger <UserProfileController> logger)
 {
     _context = context;
     _logger  = logger;
 }
コード例 #3
0
 public UserRepository(CentrisDataContext context)
 {
     _context = context;
 }