Ejemplo n.º 1
0
 public StudentProfileService()
 {
     _context = new SJStarERPEntities();
 }
Ejemplo n.º 2
0
 public DashBoardService()
 {
     _context = new SJStarERPEntities();
 }
 public FeeCollectionService()
 {
     _context = new SJStarERPEntities();
 }
 public StudentLoginService()
 {
     _context = new SJStarERPEntities();
 }
 public RegistrationService()
 {
     _context = new SJStarERPEntities();
 }
Ejemplo n.º 6
0
 public Common()
 {
     _context = new SJStarERPEntities();
 }
Ejemplo n.º 7
0
 public ParameterTypeService()
 {
     _context = new SJStarERPEntities();
 }
 public LogActivityService()
 {
     _context = new SJStarERPEntities();
 }
 public AdmissionPilotService()
 {
     _context = new SJStarERPEntities();
 }
 public ReportService()
 {
     _context = new SJStarERPEntities();
 }
 public NotificationService()
 {
     _context = new SJStarERPEntities();
 }
Ejemplo n.º 12
0
 public PerformanceService()
 {
     _context = new SJStarERPEntities();
 }
Ejemplo n.º 13
0
 public AdminService()
 {
     _context           = new SJStarERPEntities();
     logActivityService = new LogActivityService();
 }
Ejemplo n.º 14
0
 public CallCenterInfoService()
 {
     _context = new SJStarERPEntities();
 }