Exemple #1
0
 public static void Update(int id)
 {
     DatabaseDao.Update(ConstantValue.Month, id, new List <string> {
         "LastSelected"
     }, new List <object> {
         DateTime.Now
     });
 }
Exemple #2
0
 public static void Update(int id)
 {
     DatabaseDao.Update(ConstantValue.GoalTime, id, new List <string> {
         "LastUpdate"
     }, new List <object> {
         DateTime.Now
     });
 }