コード例 #1
0
 // DELETE api/<controller>/5
 public void Delete(string initials)
 {
     empFac.DeleteEmplyee(initials);
 }