コード例 #1
0
 public int CompareTo(ApplicationId other)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public Application(ApplicationId appId, string name, string description)
 {
     _appId       = appId;
     _name        = name;
     _description = description;
 }