コード例 #1
0
ファイル: RoleService.svc.cs プロジェクト: personDevelop/sdfc
 public bool Exit(string id, string code, string name, ref string errorMsg)
 {
     return(da.Exit(id, code, name, ref errorMsg));
 }