示例#1
0
 public void DeleteById(int id)
 {
     _context.spMembers_DeleteById(id);
 }