Exemple #1
0
 public Login(IFormatter formatter, ICogniativeService cogniativeService)
 {
     _formatter         = formatter;
     _cogniativeService = cogniativeService;
 }
Exemple #2
0
 public Register(IFormatter formatter, ICogniativeService cogniativeService)
 {
     _formatter         = formatter;
     _cogniativeService = cogniativeService;
 }