Example #1
0
 public bool ShipmentBaseRegister_T50_Info_Save(ShipmentBaseRegister_T50Entity pShipmentBaseRegister_T50Entity)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             bool isReturn = new ShipmentBaseRegister_T50Provider(pDBManager).ShipmentBaseRegister_T50_Info_Save(pShipmentBaseRegister_T50Entity);
             return(isReturn);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "ShipmentBaseRegister_T50_Info_Save(ShipmentBaseRegister_T50Entity pShipmentBaseRegister_T50Entity)", pException);
     }
 }
Example #2
0
 public DataTable ShipmentBaseRegister_T50_Info_Mst(ShipmentBaseRegister_T50Entity pShipmentBaseRegister_T50Entity)
 {
     try
     {
         using (DBManager pDBManager = new DBManager())
         {
             DataTable pDataTable = new ShipmentBaseRegister_T50Provider(pDBManager).ShipmentBaseRegister_T50_Info_Mst(pShipmentBaseRegister_T50Entity);
             return(pDataTable);
         }
     }
     catch (ExceptionManager pExceptionManager)
     {
         throw pExceptionManager;
     }
     catch (Exception pException)
     {
         throw new ExceptionManager(this, "ShipmentBaseRegister_T50_Info_Mst(ShipmentBaseRegister_T50Entity pShipmentBaseRegister_T50Entity)", pException);
     }
 }