This commit is contained in:
2022-07-04 23:38:49 +00:00
parent 4ce60133e3
commit 2de02d6f34
3 changed files with 56 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace AyaNovaQBI
{
internal class PartInventory
{
}
}