コード例 #1
0
 public void Select(int Codigo)
 {
     ClientePL pl = null;
     try
     {
         pl = new ClientePL();
         this.Instance = pl.SP_SELECIONAR_CLIENTE(Codigo);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }