Exemplo n.º 1
0
 public UserId(string name, Int64? number, string ident, UserIdTypeEnum type, string tty)
     : this(name, number)
 {
     this.ident = string.IsNullOrEmpty(ident) ? "0" : ident;
     this.type = type;
     this.tty = tty;
 }
Exemplo n.º 2
0
 public UserId(string name, Int64?number, string ident, UserIdTypeEnum type, string tty)
     : this(name, number)
 {
     this.ident = string.IsNullOrEmpty(ident) ? "0" : ident;
     this.type  = type;
     this.tty   = tty;
 }