Ejemplo n.º 1
0
 public int CompareTo(ApplicationId other)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Application(ApplicationId appId, string name, string description)
 {
     _appId       = appId;
     _name        = name;
     _description = description;
 }