refactoring
This commit is contained in:
parent
b59bdc6d4a
commit
e036e30ce0
7 changed files with 9 additions and 10 deletions
|
|
@ -1,17 +1,15 @@
|
||||||
using BookAStar.Data;
|
|
||||||
using BookAStar.Interfaces;
|
|
||||||
using BookAStar.Model;
|
|
||||||
using BookAStar.Model.Social;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Linq;
|
using XLabs.Forms.Mvvm;
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace BookAStar.ViewModels
|
namespace BookAStar.ViewModels
|
||||||
{
|
{
|
||||||
class BookQueryViewModel : XLabs.Forms.Mvvm.ViewModel, IBookQueryData
|
using Data;
|
||||||
|
using Interfaces;
|
||||||
|
using Model;
|
||||||
|
using Model.Social;
|
||||||
|
class BookQueryViewModel : ViewModel, IBookQueryData
|
||||||
{
|
{
|
||||||
public BookQueryViewModel()
|
public BookQueryViewModel()
|
||||||
{
|
{
|
||||||
|
|
@ -9,6 +9,7 @@ namespace BookAStar.ViewModels
|
||||||
{
|
{
|
||||||
class UserLoginViewModel : ViewModel
|
class UserLoginViewModel : ViewModel
|
||||||
{
|
{
|
||||||
|
public string UserName { get; set; }
|
||||||
|
public string Password { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue