コード例 #1
0
 public DashboardController(
     IPtDashboardRepository rpsDashData,
     IPtUserRepository rpsUserData
     )
 {
     rpsDashRepo = rpsDashData;
     rpsUserRepo = rpsUserData;
 }
コード例 #2
0
 public DashboardModel(IPtDashboardRepository rpsDashData, IPtUserRepository rpsUserData)
 {
     rpsDashRepo = rpsDashData;
     rpsUserRepo = rpsUserData;
 }
コード例 #3
0
 public DashboardModel(IPtDashboardRepository rpsDashData)
 {
     rpsDashRepo = rpsDashData;
 }
コード例 #4
0
 public DashboardController(
     IPtDashboardRepository rpsDashData
     )
 {
     rpsDashRepo = rpsDashData;
 }