Exemplo n.º 1
0
 /// <summary>
 /// There are no comments for tblLogs in the schema.
 /// </summary>
 public void AddTotblLogs(tblLogs tblLogs)
 {
     base.AddObject("tblLogs", tblLogs);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new tblLogs object.
 /// </summary>
 /// <param name="userId">Initial value of UserId.</param>
 public static tblLogs CreatetblLogs(int userId)
 {
     tblLogs tblLogs = new tblLogs();
     tblLogs.UserId = userId;
     return tblLogs;
 }