コード例 #1
0
 public void add(aluminregistration entity)
 {
     alu.Insert(entity.Name, entity.Yearofpassout, entity.Course, entity.Batch, entity.Address, entity.Place
                , entity.City, entity.State, entity.Country, entity.Pin, entity.Phone, entity.Mob, entity.Email
                , entity.Gender, entity.Dob, entity.Username);
 }
コード例 #2
0
 public void UpdateProfile(aluminregistration entity)
 {
     alu.UpdateProfile(entity.Name, entity.Yearofpassout, entity.Course, entity.Batch, entity.Address
                       , entity.Place, entity.City, entity.State, entity.Country, entity.Pin, entity.Phone, entity.Mob
                       , entity.Email, entity.Gender, entity.Dob.ToShortDateString(), entity.Id);
 }