Exemplo n.º 1
0
 public static bool CreateRole(string name, string description)
 {
     return(DAO_HeThong.CreateRole(name, description));
 }