Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/09 16:58:54 (15 years ago)
Author:
svonolfe
Message:

Fixed some bugs in the Security DAL (#597)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Security.DataAccess/3.2/IUserAdapter.cs

    r1530 r1729  
    3737    /// <returns></returns>
    3838    User GetByName(string name);
     39
     40    /// <summary>
     41    /// Get the user with the specified name
     42    /// </summary>
     43    /// <param name="userId"></param>
     44    /// <returns></returns>
     45    User GetByLogin(string login);
    3946  }
    4047}
Note: See TracChangeset for help on using the changeset viewer.