示例#1
0
        public IEnumerable <ListOfItemCode> GetItemsUsingStoreProc(string procname, object[] GodownCode)
        {
            var data = _listofitemcoderepository.ExecuteCustomStoredProcByParam(procname, GodownCode);

            return(data);
        }
        public IEnumerable <ListOfItemCode> GetItemCodesByPoNo(string ProcName, object[] id)
        {
            var data = _ListOfItemCodeRepository.ExecuteCustomStoredProcByParam(ProcName, id);

            return(data);
        }