bal
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using System.Data.SqlClient; using Test_1.DAL; namespace Test_1.BAL { public class BLL_info { public static string getName { get; set; } public static string getAge { get; set; } public static string getGender { ...