public UserRepository(TimeOffTrackerContext context) : base(context)
 {
 }
 public TimeOffRequestReviewRepository(TimeOffTrackerContext context) : base(context)
 {
 }
示例#3
0
 protected BaseRepository(TimeOffTrackerContext context)
 {
     _context = context;
 }