예제 #1
0
 // /////////////////////////////////////////////////////////////////////
 // Methods /////////////////////////////////////////////////////////////
 // /////////////////////////////////////////////////////////////////////
 /// <summary>
 /// Development Creation.
 /// Uses the development data access component to insert the current
 /// development in the database.
 /// </summary>
 public void create()
 {
     DevelopmentDAC developmentDAC = new DevelopmentDAC();
     developmentDAC.insert(this);
 }