Esempio n. 1
0
 public virtual T Get(string id)
 {
     return(_commonDomain.Get(x => x.Id == id));
 }