Exemplo n.º 1
0
 public LocationController(ILocation repoLocation
                           , ILocationType repoLocationType
                           , ILocationRelationship repoLocationRelationship
                           , IContainer repoContainer)
 {
     this.dalLocation             = repoLocation;
     this.dalLocationType         = repoLocationType;
     this.dalLocationRelationship = repoLocationRelationship;
     this.dalContainer            = repoContainer;
     maxPosition = dalLocation.GetMaxPosition();
 }
 public LocationController(ILocation repoLocation
     , ILocationType repoLocationType
     , ILocationRelationship repoLocationRelationship
     , IContainer repoContainer)
 {
     this.dalLocation = repoLocation;
     this.dalLocationType = repoLocationType;
     this.dalLocationRelationship = repoLocationRelationship;
     this.dalContainer = repoContainer;
     maxPosition = dalLocation.GetMaxPosition();
 }