Ejemplo n.º 1
0
 public List <UserCreation> CreateOrUpdateUser(Int32 Uid, String Action, string Name, string Mobile, string PF, string ESI,
                                               string Aadhar, string Email, string Address, string IsInCharge, string IsAdmin, string UserName, string Password,
                                               int CreatedBy, String Flag, Int32 LastUpdatedBy, Int32 DeletedBy, string sesid)
 {
     return(SqlHelpers.GetObjects <UserCreation>(Util.Env, CommandFactory.CreateOrUpdateUser(Uid, Action, Name, Mobile, PF, ESI, Aadhar, Email, Address, IsInCharge, IsAdmin, UserName, Password, CreatedBy, Flag, LastUpdatedBy, DeletedBy, sesid), AdminObjectFactory.CreateUserItemFactory));
 }