Ejemplo n.º 1
0
 public DashboardController(
     IPtDashboardRepository rpsDashData,
     IPtUserRepository rpsUserData
     )
 {
     rpsDashRepo = rpsDashData;
     rpsUserRepo = rpsUserData;
 }
Ejemplo n.º 2
0
 public DashboardModel(IPtDashboardRepository rpsDashData, IPtUserRepository rpsUserData)
 {
     rpsDashRepo = rpsDashData;
     rpsUserRepo = rpsUserData;
 }
 public DashboardModel(IPtDashboardRepository rpsDashData)
 {
     rpsDashRepo = rpsDashData;
 }
 public DashboardController(
     IPtDashboardRepository rpsDashData
     )
 {
     rpsDashRepo = rpsDashData;
 }