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