Skip to content

Instantly share code, notes, and snippets.

@JIOO-phoeNIX
Last active October 12, 2020 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JIOO-phoeNIX/7b13ba599ee43565b3d63f528e1d622e to your computer and use it in GitHub Desktop.
Save JIOO-phoeNIX/7b13ba599ee43565b3d63f528e1d622e to your computer and use it in GitHub Desktop.
namespace BlazorAppWithCockroachDB.Model
{
public class Account
{
public int id { get; set; }
public int balance { get; set; }
public string name { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment