oop_II-6/EHEC_Server/EHEC_Server/DataBuilder/CreateMany.cs

17 lines
245 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace EHEC_Server.DataBuilder
{
public class CreateMany
{
public Doctor newdoctor = new Doctor()
{
};
}
}