コード例 #1
0
 public Form09ClasesEnfermo()
 {
     InitializeComponent();
     this.context = new EnfermoContext();
     this.CargarEnfermos();
 }
コード例 #2
0
 public RepositoryEnfermo(EnfermoContext context)
 {
     this.context = context;
 }