Example #1
0
 public Auth_PresentationService()
 {
     empService = new EMP_Service();
 }
Example #2
0
 /// <summary>
 /// コンストラクタ
 /// </summary>
 public EMP_PresentationService()
 {
     emp_Service = new EMP_Service();
 }