Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Common

It may happen to you that in your projects you have a series of common modules that are the same in all parts of the project, in such cases we usually create a new folder or project and put these modules inside it. We made it easy for you. Most of the common needs that exist in different .NET projects are implemented in the following packages and you can use them as needed.


  • uBeac.Common Includes base entities, models, interfaces and anything that are required.
  • uBeac.Configuration Provides a solution to organize your JSON configuration files.