コード例 #1
0
 public System.Data.DataSet getAllItems()
 {
     try
     {
         InterfacesBS.InterfacesDA.InterfaceItemsDA callDa = new DataAccessBS.ItemClasses.ItemsDA();
         return(callDa.getItemCache());
     }
     catch
     {
         throw;
     }
 }
コード例 #2
0
        public System.Data.DataSet getAllItems()
        {
            try
            {
                InterfacesBS.InterfacesDA.InterfaceItemsDA callDa = new DataAccessBS.ItemClasses.ItemsDA();
                return callDa.getItemCache();
            }
            catch
            {

                throw;
            }
        }