コード例 #1
0
ファイル: SYS_USER_BLL.cs プロジェクト: tonightdream/MyErp
 public SYS_USER CheckUid(string uid)
 {
     return(dal.CheckUid(uid));
 }