public RepozClientCardDAL()
 {
     ctx = new SportClubContext();
 }
Example #2
0
 public RepozGroupDAL()
 {
     ctx = new SportClubContext();
 }
 public RepozTrainingKindDAL()
 {
     ctx = new SportClubContext();
 }