public AuthController(IAuth_User user) { bll = user; BusinessServices = new List <object>() { bll as Account.Service.Auth_UserService }; }
public APPController(IInspectTask spectask, ITaskBillService taskbill, IOpreateBill opreatebill, IDocInstitutionService docins, IDocSolutionService docss, IVideoService video, ITroubleCtrService ctrService, IDangerPointService dangerPoint, IAuth_User auth) { spectbll = spectask; billbll = taskbill; opreatebll = opreatebill; docinsbll = docins; docssbll = docss; videobll = video; ctrbll = ctrService; dpbll = dangerPoint; authbll = auth; BusinessServices = new List <object> { taskbill, spectask, opreatebill, docins, docss, video, ctrService, dangerPoint, auth }; }