コード例 #1
0
 public static int buscaCodigo(int c_id, string con)
 {
     return(DB_Ccusto.buscaCodigo(c_id, con));
 }
コード例 #2
0
 public static CL_Ccusto buscaCcusto(CL_Ccusto objCcusto, string con)
 {
     return(DB_Ccusto.buscaCcusto(objCcusto, con));
 }
コード例 #3
0
 public static bool excluiCcusto(CL_Ccusto objCcusto, string con)
 {
     return(DB_Ccusto.excluiCcusto(objCcusto, con));
 }
コード例 #4
0
 public static bool alteraCcusto(CL_Ccusto objCcusto, string con)
 {
     return(DB_Ccusto.alteraCcusto(objCcusto, con));
 }
コード例 #5
0
 public static bool cadCcusto(CL_Ccusto objCcusto, string con)
 {
     return(DB_Ccusto.cadCcusto(objCcusto, con));
 }
コード例 #6
0
 public List <CL_Ccusto> listar(string con)
 {
     return(DB_Ccusto.listar(con));
 }