Beispiel #1
0
 public CommentsController(IRealEstatesServices realEstatesServices, ICommentServices commentServices)
 {
     this.realEstatesServices = realEstatesServices;
     this.commentServices     = commentServices;
 }
 public CommentsController(IRealEstatesServices realEstatesServices, ICommentServices commentServices)
 {
     this.realEstatesServices = realEstatesServices;
     this.commentServices = commentServices;
 }
 public RealEstatesController(IRealEstatesServices realEstates)
 {
     this.realEstates = realEstates;
 }
Beispiel #4
0
 public RealEstatesController(IRealEstatesServices realEstatesServices)
 {
     this.realEstatesServices = realEstatesServices;
 }