Beispiel #1
0
 public void DeleteTogetherFollowerRule(C_Together_FollowerRule entity)
 {
     DB.GetDal <C_Together_FollowerRule>().Delete(entity);
 }
Beispiel #2
0
 public void AddTogetherFollowerRule(C_Together_FollowerRule entity)
 {
     DB.GetDal <C_Together_FollowerRule>().Add(entity);
 }