Exemplo n.º 1
0
 private KeyValuePair <PayMethod, string> SelectMethod(PayMethod method)
 {
     return(PayMethods.Single(x => x.Key == method));
 }