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