This commit is contained in:
@ -20,7 +20,7 @@ namespace Epost.Model
|
||||
private string _UserName = string.Empty;
|
||||
public int _PageIndex = 0;
|
||||
public int _PageSize = 0;
|
||||
|
||||
private string _Title = string.Empty;
|
||||
public int PageIndex
|
||||
{
|
||||
get
|
||||
@ -172,5 +172,7 @@ namespace Epost.Model
|
||||
_ID = value;
|
||||
}
|
||||
}
|
||||
|
||||
public string Title { get => _Title; set => _Title = value; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user