Example #1
0
 public static int GetFirstTenantRentalPremisesId(string login) => ArendetPremisesPageGeneration.GetFirstTenantRentalPremisesId(login);
Example #2
0
 public static int GetBackTenentPremisesIdformDataBase(string login, int tenantRentalPremisesId) => ArendetPremisesPageGeneration.GetBackTenentPremisesIdformDataBase(login, tenantRentalPremisesId);
Example #3
0
 public static string GetRentalPremises(int id) => ArendetPremisesPageGeneration.GetRentalPremises(id);
Example #4
0
 public static (string, string) GetImages(int rentalPremisesId) => ArendetPremisesPageGeneration.GetImages(rentalPremisesId);
Example #5
0
 public static int GetFirstId(string login) => ArendetPremisesPageGeneration.GetFirstId(login);
Example #6
0
 public static bool CheckPlaceOnNull(string login) => ArendetPremisesPageGeneration.CheckPlaceOnNull(login);
Example #7
0
 public static bool CheckBackPlaceId(string login, int tenantRentalPremisesId) => ArendetPremisesPageGeneration.CheckBackPlaceId(login, tenantRentalPremisesId);
Example #8
0
 public static bool CheckRentalStatus(string login, int rentalPremisesId) => ArendetPremisesPageGeneration.CheckRentalStatus(login, rentalPremisesId);
Example #9
0
 public static float TotalRentalCost(int rentalId) => ArendetPremisesPageGeneration.TotalRentalCost(rentalId);