Esempio n. 1
0
 public ICollection <Shop> GetAllShops(Guid cookie)
 {
     return(_real == null ? null : _real.GetAllShops(cookie));
 }