예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PersonBAL"/> class.
 /// </summary>
 public TrainerBAL()
 {
     DAL = new TrainerDAL();
 }