示例#1
0
 public string DeleteProject(int id)
 {
     return(_context.DeleteProject(id));
 }