예제 #1
0
 public Spartan_Attribute_TypeController(ISpartan_Attribute_TypeService service, ITokenManager tokenManager, IAuthenticationApiConsumer authenticationApiConsumer, ISpartan_Attribute_TypeApiConsumer Spartan_Attribute_TypeApiConsumer, ISpartane_FileApiConsumer Spartane_FileApiConsumer)
 {
     this.service = service;
     this._IAuthenticationApiConsumer         = authenticationApiConsumer;
     this._ISpartan_Attribute_TypeApiConsumer = Spartan_Attribute_TypeApiConsumer;
     this._userCredential            = SessionHelper.UserCredential;
     this._tokenManager              = tokenManager;
     this._ISpartane_FileApiConsumer = Spartane_FileApiConsumer;
 }
예제 #2
0
 //TODO: Global Data y Data Rerence tienen que estar en un controlador base
 public Spartan_Attribute_TypeController(ISpartan_Attribute_TypeService service)
 {
     this.service = service;
 }