コード例 #1
0
 public virtual IEmployee MakeEmployee()
 {
     return((IEmployee)_employeePrototype.Clone());
 }