コード例 #1
0
ファイル: ViewModel.cs プロジェクト: NooBit0/courseproject
 public static (string, string) GetImages(string login) => NewRentedPlace.GetImages(login);
コード例 #2
0
ファイル: ViewModel.cs プロジェクト: NooBit0/courseproject
 public static string GetNewRentedPlace(string login) => new NewRentedPlace(NewRentedPlace.GetIdformDataBase(login)).ToString();