Exemplo n.º 1
0
        public UserProfile()
        {
            UserProfileSchema _schema = new UserProfileSchema();

            this.SchemaEntries = _schema.SchemaEntries;
            this.SchemaGlobal  = "dbo";
        }
Exemplo n.º 2
0
 public UserProfile()
 {
     UserProfileSchema _schema = new UserProfileSchema();
     this.SchemaEntries = _schema.SchemaEntries;
     this.SchemaGlobal = "dbo";
 }