Exemple #1
0
 internal string GetStoreById(int id)
 {
     return(_storeProvider.GetStoreById(id));
 }