コード例 #1
0
 public bool Exists(int id)
 {
     using var managerRepository = new ManagerRepository();
     return(managerRepository.Exists(id));
 }