public ITReturnComplexAPIModelResponse InsertorUpdateITReturnDetails( ITReturnComplexAPIModel itreturn, string operation) { var ItReturnObj = _Kernel.Get <IITReturnDetailsBL>(); var ItReturnResult = ItReturnObj.InsertorUpdateITReturnDetails(itreturn, operation); return(ItReturnResult); }
public ITReturnComplexAPIModelResponse InsertorUpdateITReturnDetails (ITReturnComplexAPIModel itreturnDetails, string operation) { try { return(this._itReturnDA.InsertorUpdateITReturnDetails(itreturnDetails, operation)); } catch (Exception ex) { throw; } finally { //Log } }