コード例 #1
0
 public bool GetExisteSeguimientoOperacion(Cab_Seguimientos item)
 {
     try
     {
         return(BL_Cab_Seguimientos.GetExisteSeguimientoOperacion(item));
     }
     catch (Exception ex)
     { throw ex; }
 }
コード例 #2
0
 public DataTable SendMail()
 {
     {
         try
         {
             return(BL_Cab_Seguimientos.SendMail());
         }
         catch (Exception ex)
         { throw ex; }
     }
 }