예제 #1
0
 static void Main(string[] args)
 {
     try
     {
         EntityCreator creator = new EntityCreator();
         creator.CreateEntities(1000);
     }
     catch (Exception ex)
     {
         Console.WriteLine(String.Format("Error: {0}", ex));
         throw;
     }
 }
 static void Main(string[] args)
 {
     try
     {
         EntityCreator creator = new EntityCreator();
         creator.CreateEntities(1000);
     }
     catch (Exception ex)
     {
         Console.WriteLine(String.Format("Error: {0}", ex));
         throw;
     }
 }