| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:4.0.30319.18444
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Dongke.IBOSS.PRD.WCF.Proxys.TATModuleService {
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ServiceModel.ServiceContractAttribute(Namespace="Dongke.IBOSS.PRD.WCF.Contracts", ConfigurationName="TATModuleService.ITATModule")]
- public interface ITATModule {
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddDefectFine", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddDefectFineResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddDefectFine(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateDefectFine", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateDefectFineResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateDefectFine(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditDefectFine", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditDefectFineResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditDefectFine(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopDefectFine", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopDefectFineResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopDefectFine(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetDefectFine", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetDefectFineResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetDefectFine(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetDefectFineDetailById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetDefectFineDetailByIdResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetDefectFineDetailById(int DefectId);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditDefectFineDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditDefectFineDetailResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditDefectFineDetail(int DefectFineID, System.Data.DataSet dsSourse);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetBasicSalary", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetBasicSalaryResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetBasicSalary(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity basicSalaryEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddBasicSalary", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddBasicSalaryResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddBasicSalary(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateBasicSalary", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateBasicSalaryResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateBasicSalary(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditBasicSalary", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditBasicSalaryResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditBasicSalary(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopBasicSalary", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopBasicSalaryResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopBasicSalary(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetBasicSalaryDetailById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetBasicSalaryDetailByIdResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetBasicSalaryDetailById(int BasicSalaryID);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditBasicSalaryDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditBasicSalaryDetailResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditBasicSalaryDetail(int BasicSalaryID, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAttendance", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAttendanceResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAttendance(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity attendanceEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAttendanceEntityById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAttendanceEntityByIdResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAttendanceEntityById(int AttendanceID);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddAttendance", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddAttendanceResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddAttendance(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity dfEntity, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateAttendance", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateAttendanceResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateAttendance(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity dfEntity, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopAttendance", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopAttendanceResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopAttendance(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditAttendance", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditAttendanceResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditAttendance(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAttendanceDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAttendanceDetailResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAttendanceDetail(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity attendanceDetailEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAttFinesRulesById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAttFinesRulesByIdResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAttFinesRulesById(int AttendanceID, int JobsID);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditAttendanceDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditAttendanceDetailResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditAttendanceDetail(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity attendanceDetailEntity, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetWages", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetWagesResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetWages(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity wagesEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetWagesDetailById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetWagesDetailByIdResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetWagesDetailById(int WagesId);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetWagesGoodsDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetWagesGoodsDetailResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetWagesGoodsDetail(int WagesId, int JobsId);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddWages", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddWagesResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddWages(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity wagesEntity, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditWages", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditWagesResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditWages(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity wagesEntity, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditWages", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditWagesResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditWages(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity wagesEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopWages", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopWagesResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopWages(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity wagesEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditWagesDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditWagesDetailResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditWagesDetail(int WagesID, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditWagesGoodsDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditWagesGoodsDetailResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditWagesGoodsDetail(int WagesID, int JobsID, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddQuality", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddQualityResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddQuality(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateQuality", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateQualityResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateQuality(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditQuality", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditQualityResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditQuality(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopQuality", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopQualityResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopQuality(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetQuality", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetQualityResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetQuality(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity quality);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetQualityDetailById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetQualityDetailByIdResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetQualityDetailById(int qualityID);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditQualityDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditQualityDetailResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditQualityDetail(int QualityID, System.Data.DataSet dsSourse);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddProgress", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddProgressResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddProgress(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateProgress", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateProgressResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateProgress(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditProgress", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditProgressResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditProgress(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopProgress", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopProgressResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopProgress(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetProgress", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetProgressResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetProgress(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity progres);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetProgressDetailById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetProgressDetailByIdResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetProgressDetailById(int progresID);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditProgressDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditProgressDetailResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditProgressDetail(int ProgressID, System.Data.DataSet dsSourse);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddAdministration", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddAdministrationResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddAdministration(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateAdministration", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/UpdateAdministrationResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateAdministration(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditAdministration", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditAdministrationResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditAdministration(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopAdministration", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopAdministrationResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopAdministration(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity dfEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAdministration", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAdministrationResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdministration(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity administration);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAdminDetailEntityById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAdminDetailEntityByIdResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdminDetailEntityById(int administrationID);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditAdminDetail", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditAdminDetailResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditAdminDetail(int administrationID, System.Data.DataSet dsSourse);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetManagerSalary", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetManagerSalaryResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetManagerSalary(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity msEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetManagersById", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetManagersByIdResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetManagersById(int ManagerSalaryID);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetMembers", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetMembersResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetMembers(int ManagersID);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddManagerSalary", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AddManagerSalaryResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddManagerSalary(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity msEntity, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditManagerSalary", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditManagerSalaryResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditManagerSalary(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity msEntity, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditManagerSalary", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/AuditManagerSalaryResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditManagerSalary(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity msEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopManagerSalary", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/StopManagerSalaryResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopManagerSalary(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity msEntity);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditMembers", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/EditMembersResponse")]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.Basics.BaseResources.Constant.ServiceResultStatus))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(System.Exception))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity))]
- [System.ServiceModel.ServiceKnownTypeAttribute(typeof(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity))]
- Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditMembers(int ManagerSalaryID, int ManagersID, System.Data.DataSet dsDetail);
-
- [System.ServiceModel.OperationContractAttribute(Action="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAllUseStrategy", ReplyAction="Dongke.IBOSS.PRD.WCF.Contracts/ITATModule/GetAllUseStrategyResponse")]
- System.Data.DataSet GetAllUseStrategy(System.DateTime SalaryTimeS);
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public interface ITATModuleChannel : Dongke.IBOSS.PRD.WCF.Proxys.TATModuleService.ITATModule, System.ServiceModel.IClientChannel {
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public partial class TATModuleClient : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.WCF.Proxys.TATModuleService.ITATModule>, Dongke.IBOSS.PRD.WCF.Proxys.TATModuleService.ITATModule {
-
- public TATModuleClient() {
- }
-
- public TATModuleClient(string endpointConfigurationName) :
- base(endpointConfigurationName) {
- }
-
- public TATModuleClient(string endpointConfigurationName, string remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public TATModuleClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public TATModuleClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
- base(binding, remoteAddress) {
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddDefectFine(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity dfEntity) {
- return base.Channel.AddDefectFine(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateDefectFine(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity dfEntity) {
- return base.Channel.UpdateDefectFine(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditDefectFine(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity dfEntity) {
- return base.Channel.AuditDefectFine(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopDefectFine(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity dfEntity) {
- return base.Channel.StopDefectFine(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetDefectFine(Dongke.IBOSS.PRD.WCF.DataModels.DefectFineEntity dfEntity) {
- return base.Channel.GetDefectFine(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetDefectFineDetailById(int DefectId) {
- return base.Channel.GetDefectFineDetailById(DefectId);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditDefectFineDetail(int DefectFineID, System.Data.DataSet dsSourse) {
- return base.Channel.EditDefectFineDetail(DefectFineID, dsSourse);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetBasicSalary(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity basicSalaryEntity) {
- return base.Channel.GetBasicSalary(basicSalaryEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddBasicSalary(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity dfEntity) {
- return base.Channel.AddBasicSalary(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateBasicSalary(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity dfEntity) {
- return base.Channel.UpdateBasicSalary(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditBasicSalary(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity dfEntity) {
- return base.Channel.AuditBasicSalary(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopBasicSalary(Dongke.IBOSS.PRD.WCF.DataModels.BasicSalaryEntity dfEntity) {
- return base.Channel.StopBasicSalary(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetBasicSalaryDetailById(int BasicSalaryID) {
- return base.Channel.GetBasicSalaryDetailById(BasicSalaryID);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditBasicSalaryDetail(int BasicSalaryID, System.Data.DataSet dsDetail) {
- return base.Channel.EditBasicSalaryDetail(BasicSalaryID, dsDetail);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAttendance(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity attendanceEntity) {
- return base.Channel.GetAttendance(attendanceEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAttendanceEntityById(int AttendanceID) {
- return base.Channel.GetAttendanceEntityById(AttendanceID);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddAttendance(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity dfEntity, System.Data.DataSet dsDetail) {
- return base.Channel.AddAttendance(dfEntity, dsDetail);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateAttendance(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity dfEntity, System.Data.DataSet dsDetail) {
- return base.Channel.UpdateAttendance(dfEntity, dsDetail);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopAttendance(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity dfEntity) {
- return base.Channel.StopAttendance(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditAttendance(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceEntity dfEntity) {
- return base.Channel.AuditAttendance(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAttendanceDetail(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity attendanceDetailEntity) {
- return base.Channel.GetAttendanceDetail(attendanceDetailEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAttFinesRulesById(int AttendanceID, int JobsID) {
- return base.Channel.GetAttFinesRulesById(AttendanceID, JobsID);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditAttendanceDetail(Dongke.IBOSS.PRD.WCF.DataModels.AttendanceDetailEntity attendanceDetailEntity, System.Data.DataSet dsDetail) {
- return base.Channel.EditAttendanceDetail(attendanceDetailEntity, dsDetail);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetWages(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity wagesEntity) {
- return base.Channel.GetWages(wagesEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetWagesDetailById(int WagesId) {
- return base.Channel.GetWagesDetailById(WagesId);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetWagesGoodsDetail(int WagesId, int JobsId) {
- return base.Channel.GetWagesGoodsDetail(WagesId, JobsId);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddWages(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity wagesEntity, System.Data.DataSet dsDetail) {
- return base.Channel.AddWages(wagesEntity, dsDetail);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditWages(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity wagesEntity, System.Data.DataSet dsDetail) {
- return base.Channel.EditWages(wagesEntity, dsDetail);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditWages(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity wagesEntity) {
- return base.Channel.AuditWages(wagesEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopWages(Dongke.IBOSS.PRD.WCF.DataModels.WagesEntity wagesEntity) {
- return base.Channel.StopWages(wagesEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditWagesDetail(int WagesID, System.Data.DataSet dsDetail) {
- return base.Channel.EditWagesDetail(WagesID, dsDetail);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditWagesGoodsDetail(int WagesID, int JobsID, System.Data.DataSet dsDetail) {
- return base.Channel.EditWagesGoodsDetail(WagesID, JobsID, dsDetail);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddQuality(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity dfEntity) {
- return base.Channel.AddQuality(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateQuality(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity dfEntity) {
- return base.Channel.UpdateQuality(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditQuality(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity dfEntity) {
- return base.Channel.AuditQuality(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopQuality(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity dfEntity) {
- return base.Channel.StopQuality(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetQuality(Dongke.IBOSS.PRD.WCF.DataModels.QualityEntity quality) {
- return base.Channel.GetQuality(quality);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetQualityDetailById(int qualityID) {
- return base.Channel.GetQualityDetailById(qualityID);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditQualityDetail(int QualityID, System.Data.DataSet dsSourse) {
- return base.Channel.EditQualityDetail(QualityID, dsSourse);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddProgress(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity dfEntity) {
- return base.Channel.AddProgress(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateProgress(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity dfEntity) {
- return base.Channel.UpdateProgress(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditProgress(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity dfEntity) {
- return base.Channel.AuditProgress(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopProgress(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity dfEntity) {
- return base.Channel.StopProgress(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetProgress(Dongke.IBOSS.PRD.WCF.DataModels.ProgressEntity progres) {
- return base.Channel.GetProgress(progres);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetProgressDetailById(int progresID) {
- return base.Channel.GetProgressDetailById(progresID);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditProgressDetail(int ProgressID, System.Data.DataSet dsSourse) {
- return base.Channel.EditProgressDetail(ProgressID, dsSourse);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddAdministration(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity dfEntity) {
- return base.Channel.AddAdministration(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity UpdateAdministration(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity dfEntity) {
- return base.Channel.UpdateAdministration(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditAdministration(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity dfEntity) {
- return base.Channel.AuditAdministration(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopAdministration(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity dfEntity) {
- return base.Channel.StopAdministration(dfEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdministration(Dongke.IBOSS.PRD.WCF.DataModels.AdministrationEntity administration) {
- return base.Channel.GetAdministration(administration);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetAdminDetailEntityById(int administrationID) {
- return base.Channel.GetAdminDetailEntityById(administrationID);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditAdminDetail(int administrationID, System.Data.DataSet dsSourse) {
- return base.Channel.EditAdminDetail(administrationID, dsSourse);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetManagerSalary(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity msEntity) {
- return base.Channel.GetManagerSalary(msEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetManagersById(int ManagerSalaryID) {
- return base.Channel.GetManagersById(ManagerSalaryID);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity GetMembers(int ManagersID) {
- return base.Channel.GetMembers(ManagersID);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AddManagerSalary(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity msEntity, System.Data.DataSet dsDetail) {
- return base.Channel.AddManagerSalary(msEntity, dsDetail);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditManagerSalary(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity msEntity, System.Data.DataSet dsDetail) {
- return base.Channel.EditManagerSalary(msEntity, dsDetail);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity AuditManagerSalary(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity msEntity) {
- return base.Channel.AuditManagerSalary(msEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity StopManagerSalary(Dongke.IBOSS.PRD.WCF.DataModels.ManagerSalaryEntity msEntity) {
- return base.Channel.StopManagerSalary(msEntity);
- }
-
- public Dongke.IBOSS.PRD.WCF.DataModels.ServiceResultEntity EditMembers(int ManagerSalaryID, int ManagersID, System.Data.DataSet dsDetail) {
- return base.Channel.EditMembers(ManagerSalaryID, ManagersID, dsDetail);
- }
-
- public System.Data.DataSet GetAllUseStrategy(System.DateTime SalaryTimeS) {
- return base.Channel.GetAllUseStrategy(SalaryTimeS);
- }
- }
- }
|