Пример #1
0
 public MasterController(IIndustryMaster industrymaster)
 {
     _IIndustryMaster = industrymaster;
 }
Пример #2
0
 public AccountController(IIndustryMaster industry, IUserProfile userprofile)
 {
     _IIndustryMaster = industry;
     _IUserProfile    = userprofile;
 }