Ejemplo n.º 1
0
 ///<Summary>
 ///LoginCollectionCount
 ///This method returns the collection count of BOLogin objects
 ///</Summary>
 ///<returns>
 ///Int32
 ///</returns>
 ///<parameters>
 ///
 ///</parameters>
 public static Int32 LoginCollectionCount()
 {
     try
     {
         Int32 objCount = DAOLogin.SelectAllCount();
         return(objCount);
     }
     catch
     {
         throw;
     }
 }