コード例 #1
0
ファイル: RoleService.svc.cs プロジェクト: personDevelop/sdfc
 public int SaveListRolePerson(System.Collections.Generic.List <RoleAndUserRalation> rulist, out string error)
 {
     return(da.SaveListRolePerson(rulist, out error));
 }