Posts by marcus vinicius • 1 point
1 post
-
0
votes1
answer147
viewsA: How to Save Radiobutton to Oracle
class: c# class clnCadastro { private int _Cod; public int Cod { get { return _cod; } set { _cod = value; } } private string _nome; public string Nome { get { return _nome; } set { _nome = value; }…