Exemplo n.º 1
0
 public static bool Modtype_Update(Modtype data)
 {
     return(db.Modtype_Update(data));
 }
Exemplo n.º 2
0
 public static bool Modtype_Insert(Modtype data)
 {
     return(db.Modtype_Insert(data));
 }