Exemple #1
0
 public ExceptionTypes OSTActionUpdate(DOGEN_OSTActions objDOGEN_OSTActions, out string errorMessage)
 {
     return(retValue = _objDALCommon.OSTActionUpdate(objDOGEN_OSTActions, out errorMessage));
 }
Exemple #2
0
 public ExceptionTypes SaveOSTActions(DOGEN_OSTActions objDOGEN_OSTActions, out string errorMessage)
 {
     _retValue = new ExceptionTypes();
     return(_retValue = _objDALOST.SaveOSTActions(objDOGEN_OSTActions, out errorMessage));
 }