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