Пример #1
0
 public UserBranch Get(int id, bool @readonly = false)
 {
     return(_service.Get(id, @readonly));
 }