public FarmsRepository(TestDBContext.TestDBContext context)
 {
     this.db = context;
 }
예제 #2
0
 public ServerRepository(TestDBContext.TestDBContext context)
 {
     this.db = context;
 }