Ejemplo n.º 1
0
 /// <summary>
 /// Function to get the list of all contacts
 /// </summary>
 /// <returns></returns>
 public static List <Contact> GetAllContacts(int UserId = 0)
 {
     return(DAL_Contact.GetAllContacts(UserId));
 }