fix
This commit is contained in:
parent
4dc8849b31
commit
cc251f7129
146 changed files with 2465 additions and 4785 deletions
|
|
@ -1,6 +1,6 @@
|
|||
using System.Data.Common;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Extensions
|
||||
namespace BMA.EHR.Recruit.Extensions
|
||||
{
|
||||
public static class DataReaderExtension
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ using System;
|
|||
using System.Globalization;
|
||||
using System.Text;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Extensions
|
||||
namespace BMA.EHR.Recruit.Extensions
|
||||
{
|
||||
public static class DateTimeExtension
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Extensions
|
||||
namespace BMA.EHR.Recruit.Extensions
|
||||
{
|
||||
public static class DoubleExtension
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Extensions
|
||||
namespace BMA.EHR.Recruit.Extensions
|
||||
{
|
||||
public static class ExcelWorksheetExtension
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
using System.Text;
|
||||
// using GreatFriends.ThaiBahtText;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Extensions
|
||||
namespace BMA.EHR.Recruit.Extensions
|
||||
{
|
||||
public static class IntegerExtension
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Extensions
|
||||
namespace BMA.EHR.Recruit.Extensions
|
||||
{
|
||||
public static class ListExtension
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Extensions
|
||||
namespace BMA.EHR.Recruit.Extensions
|
||||
{
|
||||
public static class ObjectExtension
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Extensions
|
||||
namespace BMA.EHR.Recruit.Extensions
|
||||
{
|
||||
public static class StreamExtension
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ using System.Globalization;
|
|||
using System.IO;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Extensions
|
||||
namespace BMA.EHR.Recruit.Extensions
|
||||
{
|
||||
public enum DateTimeFormat
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using System;
|
||||
|
||||
namespace BMA.EHR.Recruit.Service.Extensions
|
||||
namespace BMA.EHR.Recruit.Extensions
|
||||
{
|
||||
public static class TimeSpanExtension
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue