public InfomationUsersAPIController(AtTempleteWebContext context, AtInformationUserLogic logicInformation
                                     , AtAccountObjectLogic logicAccountObject, AtBaseLogic LogicATLogicBaseHelper)
 {
     _context                = context;
     _logicInformation       = logicInformation;
     _logicAccountObject     = logicAccountObject;
     _LogicATLogicBaseHelper = LogicATLogicBaseHelper;
 }
Esempio n. 2
0
 public InfomationUsersAPIController(DataFrameworkWebContext context, AtInformationUserLogic logicInformation
                                     , AtAccountObjectLogic logicAccountObject, ATLogicBaseHelper LogicATLogicBaseHelper)
 {
     _context                = context;
     _logicInformation       = logicInformation;
     _logicAccountObject     = logicAccountObject;
     _LogicATLogicBaseHelper = LogicATLogicBaseHelper;
 }
Esempio n. 3
0
 public InformationUserBasicController(DataFrameworkWebContext context, AtInformationUserLogic logicInformation, AtAccountObjectLogic logicAccountObject)
 {
     _context            = context;
     _logicInformation   = logicInformation;
     _logicAccountObject = logicAccountObject;
 }