Esempio n. 1
0
 public LandPropertiesService(ILandPropertyRepository landPropertyRepository)
 {
     this.landPropertyRepository = landPropertyRepository;
 }
 public LandPropertyBL()
 {
     this.landPropertyRepository =
         new RepositoryFactory().GetUserRepository<ILandPropertyRepository>("LandPropertyRepository");
 }