コード例 #1
0
ファイル: KnownUser.cs プロジェクト: ashmind/gallery
 static KnownUser()
 {
     System = new KnownUser("*****@*****.**");
 }
コード例 #2
0
 public DeleteProposalGroupModel(KnownUser by, ISet<AlbumItemModel> items)
 {
     this.By = by;
     this.Items = items;
 }