예제 #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));
 }
예제 #2
0
 public static int sua_TSTL(TS_TL a)
 {
     return(DAO.sua_TSTL(a));
 }
예제 #3
0
 public static int them_TSTL(TS_TL a)
 {
     return(DAO.them_TSTL(a));
 }