Exemplo n.º 1
0
 public static string GetNextRoleID(this SysContext db)
 {
     return(db.GetNextSerialCode("Role", RoleIDPrefix, RoleIDLength));
 }
Exemplo n.º 2
0
 public static string GetNextUserID(this SysContext db)
 {
     return(db.GetNextSerialCode("User", UserIDPrefix, UserIDLength));
 }