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