public void UpdateRefoodUser(R_RefoodUser t) { //Requires.NotNull(t); //Requires.PropertyNotNegative(t, "RefoodUserId"); t.Update(); }
public void DeleteRefoodUser(R_RefoodUser t) { t.IsDeleted = true; t.Update(); }