コード例 #1
0
ファイル: AdminController.cs プロジェクト: shubegor/Vet
 public void DeleteService(string id)
 {
     ServiceRepo.DeleteElements(id);
 }