public void Insert(BireyselUye entity)
 {
     bireyselUyeDAL.Add(entity);
 }
예제 #2
0
 public bool Add(BireyselUye entity)
 {
     _bireyselUyeRepo.Add(entity);
     return(true);
 }