Beispiel #1
0
 public ResultModel Get(int id)
 {
     return(_svr.GetById(id, AppUser));
 }