Beispiel #1
0
 public bool Insert()
 {
     objloginrecoddal = new Login_Records_DAL(objloginrecordproperty);
     return(objloginrecoddal.Insert());
 }