public RateCardController()
 {
     db = new ProformaLiveEntities();
 }
        // GET: notification

        public notificationController()
        {
            db = new ProformaLiveEntities();
        }
 public indexController()
 {
     db = new ProformaLiveEntities();
 }
예제 #4
0
 public ProjectsController()
 {
     db = new ProformaLiveEntities();
 }
예제 #5
0
        // GET: Config_Snapshot

        public Config_SnapshotController()
        {
            db = new ProformaLiveEntities();
        }
예제 #6
0
 public ProjectChargeBackController()
 {
     db = new ProformaLiveEntities();
 }