internal TestRepository(GeoEntContext context) : base(context)
 {
 }
Example #2
0
 internal WorkerRepository(GeoEntContext context) : base(context)
 {
 }
 internal ReagentRepository(GeoEntContext context)
     : base(context)
 {
 }