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