Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using Newtonsoft.Json;
namespace jsl.api.Models.Scheduler {
public partial class GroupActivity {
public GroupActivity() {
Tags = new JoinCollectionFacade<Tag, GroupActivity, GroupActivityTag>(this, GroupActivityTags);

Keybase proof

I hereby claim:

  • I am azterix on github.
  • I am azterix (https://keybase.io/azterix) on keybase.
  • I have a public key ASCz3velNX4TM7LONSAZytrUSOKnmTSWPZQR5MALE-b2qgo

To claim this, I am signing this object:

@azterix
azterix / 0_reuse_code.js
Last active August 31, 2015 16:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console