Пример #1
0
 public RuteTolController(IUserReferenceRepo repoBase, ILookupCodeRepo repoLookup, IRuteTolRepo repoRuteTol, IRuteRepo repoRute, IJnsTolRepo repoJnsTol)
     : base(repoBase, repoLookup)
 {
     RepoRuteTol = repoRuteTol;
     RepoRute    = repoRute;
     RepoJnsTol  = repoJnsTol;
 }
Пример #2
0
 public JnsTolController(IUserReferenceRepo repoBase, ILookupCodeRepo repoLookUp, IJnsTolRepo repoJnsTol)
     : base(repoBase, repoLookUp)
 {
     RepoJnsTol = repoJnsTol;
 }