Exemple #1
0
 public JsonResult Getlockedstockiestname(int SS_Id)
 {
     try
     {
         DataControl.BL_DCRHeader _objDCRHeader = new DataControl.BL_DCRHeader();
         DataControl.CurrentInfo  objCurInfo    = new DataControl.CurrentInfo();
         string RegionCode = objCurInfo.GetUserCode();
         return(Json(_objDCRHeader.Getlockedstockiestname(RegionCode, SS_Id), JsonRequestBehavior.AllowGet));
     }
     catch
     {
         throw;
     }
 }
Exemple #2
0
        public int GetPendingApprovedSSUsersCount()
        {
            try
            {
                DataControl.BL_DCRHeader _objDCRHeader = new DataControl.BL_DCRHeader();
                DataControl.CurrentInfo  objCurInfo    = new DataControl.CurrentInfo();
                string companyCode = _objcurrentInfo.GetCompanyCode();
                string userCode    = _objcurrentInfo.GetUserCode();

                return(_objDCRHeader.GetAppliedSSUsersCount(companyCode, userCode));
            }
            catch
            {
                throw;
            }
        }