Exemplo n.º 1
0
 public ReminderBackgroundTask(Grillbot.Database.Entity.Users.Reminder entity)
 {
     Id = entity.RemindID;
     At = entity.At;
 }