| | |
| | | //using System.Text; |
| | | //using System.Threading.Tasks; |
| | | |
| | | //namespace Bro.Process.DBManager |
| | | //namespace Bro.Process.DataBase |
| | | //{ |
| | | // public class ModelManager<T> where T : BaseModel, new() |
| | | // { |
| | | // private PropertyInfo TableProperty = null; |
| | | // public static string ConnectionString = ConfigurationManager.ConnectionStrings["DBModel"].ConnectionString; |
| | | // public static string ConnectionString = ConfigurationManager.ConnectionStrings["DataBase"].ConnectionString; |
| | | // public ModelManager() |
| | | // { |
| | | // T t = new T(); |