Ejemplo n.º 1
0
 public bool Check(IStore store, string category)
 {
     if (store.Category() == category)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }