コード例 #1
0
ファイル: BLObject.cs プロジェクト: yiiluz/DrConsole
 public List <Admin> GetAllAdmins()
 {
     return(DLObj.GetAllAdmins());
 }