コード例 #1
0
ファイル: secuSolBO.cs プロジェクト: tinovo/Sitio
 public secuSol RetrieveViaticos(secuSol objsecuSol)
 {
     secuSolDO MysecuSolDO = new secuSolDO();
     return MysecuSolDO.RetrieveViaticos(objsecuSol);
 }
コード例 #2
0
ファイル: secuSolBO.cs プロジェクト: tinovo/Sitio
 public secuSol RetrieveCapacitacion(secuSol objsecuSol)
 {
     secuSolDO MysecuSolDO = new secuSolDO();
     return MysecuSolDO.RetrieveCapacitacion(objsecuSol);
 }
コード例 #3
0
ファイル: secuSolBO.cs プロジェクト: tinovo/Sitio
 public string Save(secuSol objsecuSol)
 {
     secuSolDO MysecuSolDO = new secuSolDO();
     return MysecuSolDO.Save(objsecuSol);
 }