Esempio n. 1
0
 public Login(IFormatter formatter, ICogniativeService cogniativeService)
 {
     _formatter         = formatter;
     _cogniativeService = cogniativeService;
 }
Esempio n. 2
0
 public Register(IFormatter formatter, ICogniativeService cogniativeService)
 {
     _formatter         = formatter;
     _cogniativeService = cogniativeService;
 }