* GoogleController.cs: Did a nicer session state
* AskForADate.cs: ctor was buildiing in an invalid data
This commit is contained in:
parent
577bf3a7bd
commit
a81701008d
2 changed files with 16 additions and 9 deletions
|
|
@ -29,13 +29,6 @@ namespace Yavsc.Model.Google
|
|||
/// </summary>
|
||||
public class AskForADate
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="Yavsc.Model.Google.AskForADate"/> class.
|
||||
/// </summary>
|
||||
public AskForADate ()
|
||||
{
|
||||
MaxDate = DateTime.Now.AddMinutes (5);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the prefered date.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue