Esempio n. 1
0
 protected T GetService <T>() where T : class
 {
     return(context.GetService <T>());
 }