コード例 #1
0
ファイル: RoleManager.cs プロジェクト: bahadiremre/Yoklama
 public Role GetByIdWithDetails(int id)
 {
     return(roleDAL.GetByIdWithDetails(id));
 }