コード例 #1
0
 public Entity.Models.Ilce Kaydet(Entity.Models.Ilce entity)
 {
     return(_ilceDal.Kaydet(entity));
 }
コード例 #2
0
 public bool Sil(Entity.Models.Ilce entity)
 {
     return(_ilceDal.Sil(entity));
 }
コード例 #3
0
 public int Guncelle(Entity.Models.Ilce entity)
 {
     return(_ilceDal.Guncelle(entity));
 }