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