Exemplo n.º 1
0
 public static List <List <Value> > GetOperations(this AddressData address)
 {
     return(new List <List <Value> >()
     {
         address.GetOperation()
     });
 }