Beispiel #1
0
 public bool CheckExistedId(string id)
 {
     return(_functionRepository.CheckContains(x => x.ID == id));
 }