public UserHomeController()
 {
     this.objinterface   = new AllRepository <ProductTB>();
     this.objuser        = new AllRepository <UserTB>();
     this.objcountry     = new AllRepository <CountryTB>();
     this.objstate       = new AllRepository <StateTB>();
     this.objorder       = new AllRepository <OrderTB>();
     this.objorderdetail = new AllRepository <OrderDetailTB>();
 }
Example #2
0
 public SiteRepository()
 {
     this.istudyobject = new AllRepository <Study>();
     this.dbContext    = new CTMEntities();
     dbContext.Configuration.LazyLoadingEnabled = false;
 }
Example #3
0
 public MasterController()
 {
     this.interfaceobj = new AllRepository <FF_Subscription>();
     this.interfaceobj_For_Wishlist = new AllRepository <FF_Wish_List>();
 }
Example #4
0
 public LoginController()
 {
     this.objinterface = new AllRepository <UserTB>();
 }
 public ProductController()
 {
     this.objinterface   = new AllRepository <ProductTB>();
     this.objorderdetail = new AllRepository <OrderDetailTB>();
     this.objcat         = new AllRepository <CategoryTB>();
 }
 public AccountController()
 {
     this.interfaceobj             = new AllRepository <FF_Registration>();
     this.interfaceobj_forUseRrole = new AllRepository <FF_User_Role>();
 }
Example #7
0
        //private _IAllRepository<FF_Category> interfaceobj_Category;

        public ProductController()
        {
            this.interfaceobj = new AllRepository <FF_Products>();
            this.interfaceobj_Product_SubTable = new AllRepository <FF_Product_SubTable>();
            //this.interfaceobj_Category = new AllRepository<FF_Category>();
        }
Example #8
0
 public User_RoleController()
 {
     this.interfaceobj = new AllRepository <FF_User_Role>();
 }
 public Request_BloodController()
 {
     this.interfaceobj = new AllRepository <FF_Request_Blood>();
 }
 public EmployeeController()
 {
     _employeedata = new AllRepository <Employee>();
 }
 public EmployeeController()
 {
     this.interfaceobj = new AllRepository <EmployeeMaster>();
 }
Example #12
0
 public EasyMvcRoleProvider()
 {
     this.interfaceobj = new AllRepository <TblLogin>();
 }
Example #13
0
 public EasyMvcMembershipProvider()
 {
     this.interfaceobj = new AllRepository <TblLogin>();
 }
 public Search_BloodController()
 {
     this.interfaceobj = new AllRepository <FF_Donate_Blood>();
 }
Example #15
0
 public UserProfileController()
 {
     this.interfaceobj = new AllRepository <FF_Registration>();
 }
 public ClassController()
 {
     db = new AllRepository <Class>();
 }
 public CategoryController()
 {
     this.interfaceobj = new AllRepository <FF_Category>();
 }
 public MyBooksController()
 {
     this.interfaceobj = new AllRepository <Book>();
 }
Example #19
0
 public Donate_BloodController()
 {
     this.interfaceobj             = new AllRepository <FF_Donate_Blood>();
     this.interfaceobj_Pet_Details = new AllRepository <FF_Pet_Details>();
 }
Example #20
0
 public SignUpController()
 {
     this.interfaceobj = new AllRepository <FF_Registration>();
 }
 public CartListController()
 {
     this.interfaceobj = new AllRepository <FF_Cart_List>();
 }
Example #22
0
 public HomePage_Display_ProductController()
 {
     this.interfaceobj = new AllRepository <FF_HomePage_Display_Product>();
 }
 public WishListController()
 {
     this.interfaceobj = new AllRepository <FF_Wish_List>();
 }
 public SubjectsController()
 {
     db = new AllRepository <Subject>();
 }
 public verifyEmailForgotPasswordController()
 {
     this.interfaceobj = new AllRepository <FF_Registration>();
 }
 public ServiceAreaController()
 {
     this.interfaceobj = new AllRepository <FF_Service_Area>();
 }
Example #27
0
 public DefaultController()
 {
     this.interfaceObj = new AllRepository <CoutryMaster>();
 }
 public LoginsController()
 {
     this.interfaceobj = new AllRepository <Login>();
 }
Example #29
0
 public HomeController()
 {
     this.interfaceObj = new AllRepository <ExerciseRecord>();
 }
 public User_RegistrationController()
 {
     this.interfaceobj          = new AllRepository <FF_Registration>();
     this.interfaceobj_userrole = new AllRepository <FF_User_Role>();
 }