public MyPlanRepository(AppKeepContext context) : base(context)
 {
 }
 public UpkeepTemplateDetailRepository(AppKeepContext context) : base(context)
 {
 }
Example #3
0
 public MachineRepository(AppKeepContext context) : base(context)
 {
 }
Example #4
0
 public Repository(AppKeepContext context)
 {
     _context = context;
 }
 public UpkeepProfileRepository(AppKeepContext context) : base(context)
 {
 }
 public UserRepository(AppKeepContext context) : base(context)
 {
 }