示例#1
0
文件: Role.cs 项目: CoolHorseSoft/Cms
 public override bool Delete(int key)
 {
     return(DataStorageService.DeleteRole(key));
 }