On Thu, Feb 7, 2013 at 1:27 PM, Rohit Yadav wrote:
> On Thu, Feb 7, 2013 at 12:27 PM, Manikanta Kattamuri
> wrote:
> > Hi All,
> >
> > Presently Account Services and Account Manager classes are responsible
> for
> > all the user operations like create, login, edit/update, change password,
> > lo
On Thu, Feb 7, 2013 at 12:27 PM, Manikanta Kattamuri
wrote:
> Hi All,
>
> Presently Account Services and Account Manager classes are responsible for
> all the user operations like create, login, edit/update, change password,
> lock user etc..
>
> What i am thinking of is to create a new UserServic
Hi All,
Presently Account Services and Account Manager classes are responsible for
all the user operations like create, login, edit/update, change password,
lock user etc..
What i am thinking of is to create a new UserService in Utils and move the
user methods in AccountServices to it and follow