コード例 #1
0
 public DashboardPresenter()
 {
     _singInDA = new DA();
 }
コード例 #2
0
 public SignInPresenter()
 {
     _singInDA = new DA();
 }