Esempio n. 1
0
 public CategoryRepository()
 {
     categoryServiceClient = new CategoryServiceClient();
     categoryServiceClient.Open();
 }