Exemple #1
0
 public UserLogic(chruchstatsEntities context)
 {
     _ctx = context;
 }
Exemple #2
0
 public MeetingLogic()
 {
     _ctx = new chruchstatsEntities();
 }
Exemple #3
0
 public UserLogic()
 {
     _ctx = new chruchstatsEntities();
 }
Exemple #4
0
 public AttendanceLogic()
 {
     _ctx = new chruchstatsEntities();
 }