예제 #1
0
 public Handler(IbdSymptomTrackerContext context) =>
예제 #2
0
 public Handler(IbdSymptomTrackerContext context, IUserService userService)
 {
     _context     = context;
     _userService = userService;
 }
예제 #3
0
파일: Post.cs 프로젝트: TraceLD/IbdTracker
 public Handler(IbdSymptomTrackerContext context)
 {
     _context = context;
 }