BLL.User.TotalCount C# (CSharp) Méthode

TotalCount() public static méthode

public static TotalCount ( ) : string
Résultat string
        public static string TotalCount()
        {
            using (var uow = new DAL.UnitOfWork())
            {
                return uow.UserRepository.Count();
            }
        }