Exemplo n.º 1
0
 public GetStatusCountService(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }
Exemplo n.º 2
0
 public PerDayDeclarationCountService(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }
Exemplo n.º 3
0
 public EditDeclarationService(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }
Exemplo n.º 4
0
 public SendToCustomService(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }
Exemplo n.º 5
0
 public GetDeclarationCountService(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }
 public GetAllDeclarationsWithQuery(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }
Exemplo n.º 7
0
 public AddDeclarationService(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }
Exemplo n.º 8
0
 public GetAllDeclarations(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }
 public DeclarationsInSevenDaysService(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }
 public GetDeclarationByStatusService(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }
Exemplo n.º 11
0
 public GetDeclarationByGuid(IDeclarationBll declarationBll)
 {
     DeclarationBll = declarationBll;
 }