Ejemplo n.º 1
0
 public static int sua_TSTL(TS_TL a)
 {
     SqlParameter[] para = new SqlParameter[]
     {
         new SqlParameter("@mats", a.MaTS),
         new SqlParameter("@matl", a.MaTL),
     };
     return(DataProvider.ExecuteNonQuery("sua_TSTL", para));
 }
Ejemplo n.º 2
0
 public static int sua_TSTL(TS_TL a)
 {
     return(DAO.sua_TSTL(a));
 }
Ejemplo n.º 3
0
 public static int them_TSTL(TS_TL a)
 {
     return(DAO.them_TSTL(a));
 }