Exemplo n.º 1
0
 public int CalisanUpdate(Calisan calisan)
 {
     return(_calisanRepository.UpdateItem(calisan));
 }