Ejemplo n.º 1
0
 public static (string, string) GetImages(string login) => NewRentedPlace.GetImages(login);
Ejemplo n.º 2
0
 public static string GetNewRentedPlace(string login) => new NewRentedPlace(NewRentedPlace.GetIdformDataBase(login)).ToString();