Ejemplo n.º 1
0
 public string GetStoreName(int accountStore)
 {
     return(_storesRepository.GetSingle(s => s.StoreNumber == accountStore).StoreName);
 }