Example #1
0
 internal ModlData(Identity id, Backer backer)
 {
     this.Id     = id;
     this.Backer = backer;
 }
Example #2
0
 public static M Get(object id) =>
 Handler <M> .Get(id is Identity?id as Identity : Identity.FromId(id, Definitions));