예제 #1
0
 public void Teardown()
 {
     _repo = null;
 }
예제 #2
0
 public void setup()
 {
     _repo = new AdminClientRepositorycs(new EmartDBContext());
 }