コード例 #1
0
 public bool Delete(object SysUserName)
 {
     return(SysUserPrinter.Delete(SysUserName) == 1);
 }