Beispiel #1
0
 T IIntegrationQuery.GetIntegrationSystem <T>(Guid id)
 {
     return(_repository.GetIntegrationSystem <T>(id));
 }