Beispiel #1
0
 public EmployeeManager(PSIContext context)
 {
     _psiContext = context;
 }
Beispiel #2
0
 public UserManager(PSIContext context)
 {
     _psiContext = context;
 }