Beispiel #1
0
 public WithholdingService(IWithholdingRepository repo)
 {
     this.repository = repo;
 }
 public WithholdingService(IWithholdingRepository repo)
 {
     this.repository = repo;
 }