Beispiel #1
0
 private List <string> ValidCurrencies(IPosService pos)
 {
     return(pos.GetAllValidCurrencies());
 }