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