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