Example #1
0
 private GetCategory GetCategory()
 {
     if (getCategory == null)
     {
         getCategory = new GetCategory(information_adapter);
     }
     return(getCategory);
 }
Example #2
0
 private GetCategory GetCategory()
 {
     if (getCategory == null)
     {
         getCategory = new GetCategory(information_adapter);
     }
     return getCategory;
 }