public Login(IFormatter formatter, ICogniativeService cogniativeService) { _formatter = formatter; _cogniativeService = cogniativeService; }
public Register(IFormatter formatter, ICogniativeService cogniativeService) { _formatter = formatter; _cogniativeService = cogniativeService; }