예제 #1
0
 partial void UpdateTopWeather(TopWeather instance);
예제 #2
0
 partial void DeleteTopWeather(TopWeather instance);
예제 #3
0
 partial void InsertTopWeather(TopWeather instance);
예제 #4
0
 partial void DeleteTopWeather(TopWeather instance);
예제 #5
0
 partial void UpdateTopWeather(TopWeather instance);
예제 #6
0
 partial void InsertTopWeather(TopWeather instance);
예제 #7
0
 public void Add(TopWeather wnew)
 {
     db.TopWeathers.InsertOnSubmit(wnew);
    
 }