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