Exemplo n.º 1
0
 public static void DeleteCaLam(string mahs)
 {
     D_CaLam.DeleteCaLam(mahs);
 }
Exemplo n.º 2
0
 public static DataTable GetAllCaLam()
 {
     return(D_CaLam.getData());
 }
Exemplo n.º 3
0
 public static void saveCaLam(CaLamDTO hs, string method)
 {
     D_CaLam.saveCaLam(hs, method);
 }