コード例 #1
0
 public static int buscaCod(string con)
 {
     return(DB_Partcomplende.buscaCod(con));
 }
コード例 #2
0
 public static bool excluiPartComplende(CL_Partcomplende objPartComplende, string con)
 {
     return(DB_Partcomplende.excluiPartComplende(objPartComplende, con));
 }
コード例 #3
0
 public static bool alteraPartComplende(CL_Partcomplende objPartComplende, string con)
 {
     return(DB_Partcomplende.alteraPartComplende(objPartComplende, con));
 }
コード例 #4
0
 public static List <CL_Partcomplende> buscaComplendes(int p_clicod, string con)
 {
     return(DB_Partcomplende.buscaComplendes(p_clicod, con));
 }
コード例 #5
0
 public static CL_Partcomplende buscaPartComplende(string codigo, string con)
 {
     return(DB_Partcomplende.buscaPartComplende(codigo, con));
 }
コード例 #6
0
 public static bool confereIE(string iest, string con)
 {
     return(DB_Partcomplende.confereIE(iest, con));
 }