예제 #1
0
 public Entity.Models.Personel Kaydet(Entity.Models.Personel entity)
 {
     return(_personelDal.Kaydet(entity));
 }