Ejemplo n.º 1
0
 void init()
 {
     declarationService.SetupProfile(userService.CurrentUser.Id);
     PayType       = Rules.Static.PayTypeConvert;
     StartDate     = DateTime.Now.AddDays(1);
     selectedDate  = Declaration.ComingDate;
     _selectedTime = selectedDate.TimeOfDay;
 }