示例#1
0
 public string Delete(int RA)
 {
     _jobs.Delete(RA);
     return("Ok");
 }