コード例 #1
0
ファイル: ComandsStudent.cs プロジェクト: Quervin/Crud
 public ComandsStudent()
 {
     _db = new ContextDbEstudiante();
 }
コード例 #2
0
ファイル: ShowStudents.cs プロジェクト: Quervin/Crud
 public ShowStudents()
 {
     _db = new ContextDbEstudiante();
 }