示例#1
0
        public GetLongIdResponse DoesContainerTypeExist(string containerType)
        {
            GetLongIdResponse response = new GetLongIdResponse();

            response.returnedId = inventoryManager.DoesContainerTypeExist(containerType);
            return(response);
        }