Example #1
0
 //ActionResult DeleteAllFromType(string type)
 public void DeleteAllFromType(string type)
 {
     _service.DeleteAllFromType(type);
 }