Example #1
0
        public List <object> GetHuskInfoRpt(tblSell huskRpt)
        {
            int parentId    = 4;// 4 for husk
            var huskInfoLst = context.sp_GetHuskInfo(huskRpt.partyId, parentId, huskRpt.fromDate, huskRpt.toDate);

            return(huskInfoLst.ToList <object>());
        }