Exemplo n.º 1
0
        public int DeleteUserAccount(Int64 BigIntPhoneNumber)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.DeleteUserAccount(BigIntPhoneNumber));
        }
Exemplo n.º 2
0
        public int InsertReview(Int64 PhoneNumber, String reviewDescription)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.InsertReview(PhoneNumber, reviewDescription));
        }
Exemplo n.º 3
0
        public int UPDATEOTP(UserDetailsEntity Obj)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.UPDATEOTP(Obj));
        }
Exemplo n.º 4
0
        public int VerifySelectedAds(string adsToVerify)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.VerifySelectedAds(adsToVerify));
        }
Exemplo n.º 5
0
        public UserDetailsEntity VerifyMobileNumber(UserDetailsEntity Obj)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.VerifyMobileNumber(Obj));
        }
Exemplo n.º 6
0
        public void DeleteUserAd(int AdId)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            ManageObj.DeleteUserAd(AdId);
        }
Exemplo n.º 7
0
        public int InsertAddUserDetails(UserDetailsEntity Obj)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.InsertAddUserDetails(Obj));
        }
Exemplo n.º 8
0
        public int SPInsertAdViewsStatistics(AdDetailsEntity Entity)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.SPInsertAdViewsStatistics(Entity));
        }
Exemplo n.º 9
0
        public int InsertAddPostDetails(AdDetailsEntity obj)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.InsertAddPostDetails(obj));
        }
Exemplo n.º 10
0
        public int UploadImage(AdDetailsEntity Obj)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.UploadImage(Obj));
        }
Exemplo n.º 11
0
        public int InsertAdPostByAdmin(AdDetailsEntity Obj)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.InsertAdPostByAdmin(Obj));
        }
Exemplo n.º 12
0
        public int VerifyUsersByAdmin(string SelectedPhoneNumbers)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.VerifyUsersByAdmin(SelectedPhoneNumbers));
        }
Exemplo n.º 13
0
        public void ExceptionLoggin(string ControllerName, string ActionName, string ErrorMessage)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            ManageObj.ExceptionLoggin(ControllerName, ActionName, ErrorMessage);
        }
Exemplo n.º 14
0
        public int insertContactUs(ContactUsEntity ENTITY)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.insertContactUs(ENTITY));
        }
Exemplo n.º 15
0
        public void UpdateAdDetails(AdDetailsEntity Obj)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            ManageObj.UpdateAdDetails(Obj);
        }
Exemplo n.º 16
0
        public int DeleteSelectedUserAccounts(string SelectedUserIds)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.DeleteSelectedUserAccounts(SelectedUserIds));
        }
Exemplo n.º 17
0
        public int DeleteAdsByAdmin(string SelectedAds)
        {
            ManagementBusinessLayerInterface ManageObj = new BusinessLayer.ManagementBusinessLayer();

            return(ManageObj.DeleteAdsByAdmin(SelectedAds));
        }