Beispiel #1
0
 public PedidoController(IPedidoImportacaoBusiness _pedidoImportacaoBusiness, IdentityBusiness _identityBusiness)
 {
     this.PedidoImportacaoBusiness = _pedidoImportacaoBusiness;
     this.IdentityBusiness         = _identityBusiness;
 }
Beispiel #2
0
 public BaseDadosController(IIndexBusiness _indexBusiness, IdentityBusiness _identityBusiness)
 {
     this.IndexBusiness    = _indexBusiness;
     this.IdentityBusiness = _identityBusiness;
 }
Beispiel #3
0
 public ArquivoBaseBusiness(IUnitOfWork _unitOfWork, IIdentityContext _systemContext, IdentityBusiness _identityBusiness, IServiceProvider serviceProvider) : base(_unitOfWork, _systemContext)
 {
     this.identityBusiness = _identityBusiness;
     this.ServiceProvider  = serviceProvider;
     this._valorPercentual = new List <int>();
 }
Beispiel #4
0
 public Authenticator(IdentityBusiness business)
 {
     this.business = business;
 }