Exemplo n.º 1
0
 public string AddStartPage(int RoleID, int PageID)
 {
     return(objUsers.AddStartPage(RoleID, PageID));
 }