-
Add / remove / restore payment type
-
Add / remove / restore house type
-
Add / remove / restore zone
-
Add / remove / restore house with rent price, sell price
-
You can export your contract
-
Export to excel your cotnracts
- To run this application you need to add your Miscrosoft SQL server connection string to app config. Database created automaticly. here
<connectionStrings>
<clear/>
<add name="Context" connectionString="Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=RealEstate;Data Source=.;Password=1234" providerName="System.Data.SqlClient"/>
</connectionStrings>- To generate new license to active this app run from here
- in lincense application add day and password then click generate and check validate
- now copy hash string and replace with secret phase in here
public string secretPhase()
{
return "E6V+QQkHXx5OKWoRDulFSA==";
}