Exemplo n.º 1
0
        public UserFilePath Users(OsbideUser user)
        {
            UserFilePath ufp = new UserFilePath(this, user.Id);

            return(ufp);
        }
Exemplo n.º 2
0
        public UserFilePath Users(int id)
        {
            UserFilePath ufp = new UserFilePath(this, id);

            return(ufp);
        }