コード例 #1
0
		public usuarioperfil Relacionar(perfil fkperfile)
		{
			this.fkperfile = fkperfile;
			return this;
		}
コード例 #2
0
		public perfilmenu Relacionar(perfil fkperfiles)
		{
			this.fkperfiles = fkperfiles;
			return this;
		}