mozvat / WSPAPIPrototype

Web Services 2.0 prototype work.
1 stars 2 forks source link

Account enums, is this too confusing #20

Open mozvat opened 11 years ago

mozvat commented 11 years ago
    //TODO Seems like a lot of Account/tran type enums 
    public int AccountType { get; set; }
    public string TranType { get; set; }
    public string TranCode { get; set; }