Ejemplo n.º 1
0
 public static void saveNCC(NCCDTO hs, string method)
 {
     D_NCC.saveNCC(hs, method);
 }
Ejemplo n.º 2
0
 public static void DeleteNCC(string mahs)
 {
     D_NCC.DeleteNCC(mahs);
 }
Ejemplo n.º 3
0
 public static DataTable GetAllNCC()
 {
     return(D_NCC.getData());
 }