sizedapparel/source/SizedApparel/SizedApparelApparelBuilder.cs
2022-08-14 16:46:19 -04:00

14 lines
267 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SizedApparel
{
//apparel build with apparel parts. but how?
public class SizedApparelApparelBuilder
{
}
}