Coursach/Course/DatabaseImplement/Models/DetailProduction.cs

13 lines
198 B
C#
Raw Normal View History

2024-04-21 20:36:07 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DatabaseImplement.Models
{
internal class DetailProduction
{
}
}