コード例 #1
0
 public bool DeleteById(int id)
 {
     return(genericRepo.DeleteById(id));
 }