Exemplo n.º 1
0
 public Calisan CalisanGetirById(int ID)
 {
     return(_calisanRepository.GetById(ID));
 }