コード例 #1
0
 public void excluirCstIpi()
 {
     try
     {
         using (ServicoCadastrosBaseClient serv = new ServicoCadastrosBaseClient())
         {
             serv.deleteCstIpi(cstipiSelected);
             cstipiSelected = null;
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #2
0
ファイル: CstIpiViewModel.cs プロジェクト: rnmoge/cadastros
 public void excluirCstIpi()
 {
     try
     {
         using (ServicoCadastrosBaseClient serv = new ServicoCadastrosBaseClient())
         {
             serv.deleteCstIpi(cstipiSelected);
             cstipiSelected = null;
         }
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }