Beispiel #1
0
 public ShareController(IShare ishare, IBady ibady, ILog ilog, ISetting isetting, IUser iuser, IMoney imoney, ITask itask)
 {
     this.ishare   = ishare;
     this.ibady    = ibady;
     this.imoney   = imoney;
     this.ilog     = ilog;
     this.isetting = isetting;
     this.iuser    = iuser;
     this.itask    = itask;
 }
Beispiel #2
0
 public HomeController(IUserStore iuserstore, IBady ibady, ILog ilog, ISetting isetting, IMoney imoney, IUser iuser, IPrice ipirce, IHelp ihelp)
 {
     this.iuserstore = iuserstore;
     this.ibady      = ibady;
     this.ilog       = ilog;
     this.isetting   = isetting;
     this.imoney     = imoney;
     this.iuser      = iuser;
     this.iprice     = ipirce;
     this.ihelp      = ihelp;
 }
Beispiel #3
0
 public SuperAssertController(ITask itask, IBady ibady, ILike ilike, IShare ishare, IGroup igroup, IUserStore iuserstore, IFirstPageArg ifirstpagearg, ILog ilog, ISetting isetting, IUserSetting iusersetting, IUser iuser, IMoney imoney)
 {
     this.itask         = itask;
     this.ibady         = ibady;
     this.iuser         = iuser;
     this.ilike         = ilike;
     this.ishare        = ishare;
     this.igroup        = igroup;
     this.iuserstore    = iuserstore;
     this.ifirstpagearg = ifirstpagearg;
     this.ilog          = ilog;
     this.isetting      = isetting;
     this.iusersetting  = iusersetting;
     this.imoney        = imoney;
 }