예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EmployeePayHistoryController"/> class.
 /// </summary>
 /// <param name="EmployeePayHistoryBO">The _ userbo.</param>
 public EmployeePayHistoryController(IEmployeePayHistoryBO _varEmployeePayHistoryBO)
 {
     _EmployeePayHistoryBO = _varEmployeePayHistoryBO;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="EmployeePayHistoryController"/> class.
 /// </summary>
 /// <param name="EmployeePayHistoryBO">The _ userbo.</param>
 public EmployeePayHistoryController(IEmployeePayHistoryBO  _varEmployeePayHistoryBO)
 {
     _EmployeePayHistoryBO = _varEmployeePayHistoryBO;
 }